Interface AsyncCallback.ReadCallback

All Known Implementing Classes:
SyncCallbackUtils.SyncReadCallback
Enclosing interface:
AsyncCallback

@Public @Stable public static interface AsyncCallback.ReadCallback
Async Callback for reading entries from ledgers.
Since:
4.0
  • Method Details

    • readComplete

      void readComplete(int rc, LedgerHandle lh, Enumeration<LedgerEntry> seq, Object ctx)
      Callback declaration.
      Parameters:
      rc - return code
      lh - ledger handle
      seq - sequence of entries
      ctx - context object