Interface AsyncCallback.OpenCallback

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

@Public @Stable public static interface AsyncCallback.OpenCallback
Async Callback for opening ledgers.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    openComplete(int rc, LedgerHandle lh, Object ctx)
    Callback for asynchronous call to open ledger.
  • Method Details

    • openComplete

      void openComplete(int rc, LedgerHandle lh, Object ctx)
      Callback for asynchronous call to open ledger.
      Parameters:
      rc - Return code
      lh - ledger handle
      ctx - context object