Package org.apache.bookkeeper.client
Interface AsyncCallback.CreateCallback
-
- All Known Implementing Classes:
SyncCallbackUtils.SyncCreateAdvCallback
,SyncCallbackUtils.SyncCreateCallback
- Enclosing interface:
- AsyncCallback
@Public @Stable public static interface AsyncCallback.CreateCallback
Async Callback for creating ledgers.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createComplete(int rc, LedgerHandle lh, java.lang.Object ctx)
Declaration of callback method.
-
-
-
Method Detail
-
createComplete
void createComplete(int rc, LedgerHandle lh, java.lang.Object ctx)
Declaration of callback method.- Parameters:
rc
- return statuslh
- ledger handlectx
- context object
-
-