Class AbstractSubscription

java.lang.Object
org.apache.pulsar.broker.service.AbstractSubscription
All Implemented Interfaces:
Subscription
Direct Known Subclasses:
NonPersistentSubscription, PersistentSubscription

public abstract class AbstractSubscription extends Object implements Subscription
  • Field Details

    • bytesOutFromRemovedConsumers

      protected final LongAdder bytesOutFromRemovedConsumers
    • msgOutFromRemovedConsumer

      protected final LongAdder msgOutFromRemovedConsumer
  • Constructor Details

    • AbstractSubscription

      public AbstractSubscription()
  • Method Details

    • getMsgOutCounter

      public long getMsgOutCounter()
    • getBytesOutCounter

      public long getBytesOutCounter()