Package org.apache.pulsar.broker.service
Interface PendingAcksMap.PendingAcksConsumer
- Enclosing class:
- PendingAcksMap
public static interface PendingAcksMap.PendingAcksConsumer
Callback interface for processing pending acknowledgments.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(long ledgerId, long entryId, int batchSize, int stickyKeyHash) Accept a pending acknowledgment.
-
Method Details
-
accept
void accept(long ledgerId, long entryId, int batchSize, int stickyKeyHash) Accept a pending acknowledgment.- Parameters:
ledgerId- the ledger IDentryId- the entry IDbatchSize- the batch sizestickyKeyHash- the sticky key hash
-