Interface AsyncCallback.ReadLastConfirmedCallback

All Known Implementing Classes:
SyncCallbackUtils.FutureReadLastConfirmed, SyncCallbackUtils.SyncReadLastConfirmedCallback
Enclosing interface:
AsyncCallback

@Public @Stable public static interface AsyncCallback.ReadLastConfirmedCallback
Async Callback for reading LAC for ledgers.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readLastConfirmedComplete(int rc, long lastConfirmed, Object ctx)
    Callback definition for bookie recover operations.
  • Method Details

    • readLastConfirmedComplete

      void readLastConfirmedComplete(int rc, long lastConfirmed, Object ctx)
      Callback definition for bookie recover operations.
      Parameters:
      rc - Return code
      lastConfirmed - The entry id of the last confirmed write or INVALID_ENTRY_ID if no entry has been confirmed
      ctx - context object