Uses of Class
org.apache.pulsar.client.impl.ConsumerBase.OpBatchReceive
-
Packages that use ConsumerBase.OpBatchReceive Package Description org.apache.pulsar.client.impl -
-
Uses of ConsumerBase.OpBatchReceive in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl with type parameters of type ConsumerBase.OpBatchReceive Modifier and Type Field Description protected java.util.concurrent.ConcurrentLinkedQueue<ConsumerBase.OpBatchReceive<T>>ConsumerBase. pendingBatchReceivesMethods in org.apache.pulsar.client.impl with parameters of type ConsumerBase.OpBatchReceive Modifier and Type Method Description protected abstract voidConsumerBase. completeOpBatchReceive(ConsumerBase.OpBatchReceive<T> op)protected voidConsumerImpl. completeOpBatchReceive(ConsumerBase.OpBatchReceive<T> op)protected voidMultiTopicsConsumerImpl. completeOpBatchReceive(ConsumerBase.OpBatchReceive<T> op)protected voidConsumerBase. notifyPendingBatchReceivedCallBack(ConsumerBase.OpBatchReceive<T> opBatchReceive)
-