Package org.apache.bookkeeper.client
Interface AsyncCallback.CloseCallback
-
- All Known Implementing Classes:
LedgerHandle.NoopCloseCallback,SyncCallbackUtils.SyncCloseCallback
- Enclosing interface:
- AsyncCallback
@Public @Stable public static interface AsyncCallback.CloseCallback
Async Callback for closing ledgers.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseComplete(int rc, LedgerHandle lh, java.lang.Object ctx)Callback definition.
-
-
-
Method Detail
-
closeComplete
void closeComplete(int rc, LedgerHandle lh, java.lang.Object ctx)Callback definition.- Parameters:
rc- return codelh- ledger handlectx- context object
-
-