Interface AsyncCallback.CreateCallback

All Known Implementing Classes:
SyncCallbackUtils.SyncCreateAdvCallback, SyncCallbackUtils.SyncCreateCallback
Enclosing interface:
AsyncCallback

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

    Modifier and Type
    Method
    Description
    void
    createComplete(int rc, LedgerHandle lh, Object ctx)
    Declaration of callback method.
  • Method Details

    • createComplete

      void createComplete(int rc, LedgerHandle lh, Object ctx)
      Declaration of callback method.
      Parameters:
      rc - return status
      lh - ledger handle
      ctx - context object