Package org.apache.qpid.proton.engine
Interface Collector
-
- All Known Implementing Classes:
CollectorImpl
public interface CollectorCollector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCollector.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmore()Eventpeek()voidpop()
-
-
-
Method Detail
-
peek
Event peek()
-
pop
void pop()
-
more
boolean more()
-
-