Class PersistentDispatcherSingleActiveConsumer

    • Field Detail

      • name

        protected final java.lang.String name
      • havePendingRead

        protected volatile boolean havePendingRead
      • readBatchSize

        protected volatile int readBatchSize
      • readFailureBackoff

        protected final org.apache.pulsar.client.impl.Backoff readFailureBackoff
    • Constructor Detail

      • PersistentDispatcherSingleActiveConsumer

        public PersistentDispatcherSingleActiveConsumer​(org.apache.bookkeeper.mledger.ManagedCursor cursor,
                                                        org.apache.pulsar.common.api.proto.CommandSubscribe.SubType subscriptionType,
                                                        int partitionIndex,
                                                        PersistentTopic topic,
                                                        Subscription subscription)