Class CollectorImpl

java.lang.Object
org.apache.qpid.proton.engine.impl.CollectorImpl
All Implemented Interfaces:
Collector

public class CollectorImpl extends Object implements Collector
CollectorImpl
  • Constructor Details

    • CollectorImpl

      public CollectorImpl()
  • Method Details

    • peek

      public Event peek()
      Specified by:
      peek in interface Collector
    • pop

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

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

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