Interface PendingAcksMap.PendingAcksConsumer

Enclosing class:
PendingAcksMap

public static interface PendingAcksMap.PendingAcksConsumer
Callback interface for processing pending acknowledgments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(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 ID
      entryId - the entry ID
      batchSize - the batch size
      stickyKeyHash - the sticky key hash