Interface AsyncCallbacks.OpenReadOnlyCursorCallback

  • Enclosing interface:
    AsyncCallbacks

    public static interface AsyncCallbacks.OpenReadOnlyCursorCallback
    • Method Detail

      • openReadOnlyCursorComplete

        void openReadOnlyCursorComplete​(ReadOnlyCursor cursor,
                                        java.lang.Object ctx)
      • openReadOnlyCursorFailed

        void openReadOnlyCursorFailed​(ManagedLedgerException exception,
                                      java.lang.Object ctx)