Class CollectorImpl

  • All Implemented Interfaces:
    Collector

    public class CollectorImpl
    extends java.lang.Object
    implements Collector
    CollectorImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean more()  
      Event peek()  
      void pop()  
      org.apache.qpid.proton.engine.impl.EventImpl put​(EventType type, java.lang.Object context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CollectorImpl

        public CollectorImpl()
    • Method Detail

      • pop

        public void pop()
        Specified by:
        pop in interface Collector
      • put

        public org.apache.qpid.proton.engine.impl.EventImpl put​(EventType type,
                                                                java.lang.Object context)
      • more

        public boolean more()
        Specified by:
        more in interface Collector