Interface AsyncCallback.IsClosedCallback

Enclosing interface:
AsyncCallback

@Public @Stable public static interface AsyncCallback.IsClosedCallback
Async Callback for checking if a ledger is closed.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    isClosedComplete(int rc, boolean isClosed, Object ctx)
    Callback definition for isClosed operation.
  • Method Details

    • isClosedComplete

      void isClosedComplete(int rc, boolean isClosed, Object ctx)
      Callback definition for isClosed operation.
      Parameters:
      rc - return code
      isClosed - true if ledger is closed