Package org.apache.bookkeeper.client
Interface AsyncCallback.CreateCallback
- All Known Implementing Classes:
SyncCallbackUtils.SyncCreateAdvCallback,SyncCallbackUtils.SyncCreateCallback
- Enclosing interface:
- AsyncCallback
Async Callback for creating ledgers.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateComplete(int rc, LedgerHandle lh, Object ctx) Declaration of callback method.
-
Method Details
-
createComplete
Declaration of callback method.- Parameters:
rc- return statuslh- ledger handlectx- context object
-