Package org.apache.bookkeeper.client
Interface AsyncCallback.CloseCallback
- All Known Implementing Classes:
LedgerHandle.NoopCloseCallback,SyncCallbackUtils.SyncCloseCallback
- Enclosing interface:
- AsyncCallback
Async Callback for closing ledgers.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcloseComplete(int rc, LedgerHandle lh, Object ctx) Callback definition.
-
Method Details
-
closeComplete
Callback definition.- Parameters:
rc- return codelh- ledger handlectx- context object
-