Uses of Interface
org.apache.pulsar.broker.service.PendingAcksMap.PendingAcksConsumer
Packages that use PendingAcksMap.PendingAcksConsumer
-
Uses of PendingAcksMap.PendingAcksConsumer in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type PendingAcksMap.PendingAcksConsumerModifier and TypeMethodDescriptionvoidPendingAcksMap.forEach(PendingAcksMap.PendingAcksConsumer processor) Iterate over all the pending acks and process them using the given processor.voidPendingAcksMap.forEachAndClose(PendingAcksMap.PendingAcksConsumer processor) Iterate over all the pending acks and close the map so that no more entries can be added.