Uses of Interface
org.apache.pulsar.client.impl.AcknowledgmentsGroupingTracker
-
Packages that use AcknowledgmentsGroupingTracker Package Description org.apache.pulsar.client.impl Pulsar Client implementation. -
-
Uses of AcknowledgmentsGroupingTracker in org.apache.pulsar.client.impl
Classes in org.apache.pulsar.client.impl that implement AcknowledgmentsGroupingTracker Modifier and Type Class Description classNonPersistentAcknowledgmentGroupingTrackerA no-op acknowledgment grouping tracker.classPersistentAcknowledgmentsGroupingTrackerGroup the acknowledgements for a certain time and then sends them out in a single protobuf command.
-