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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateComplete(int rc, LedgerHandle lh, java.lang.Object ctx)Declaration of callback method.
 
- 
- 
- 
Method Detail- 
createCompletevoid createComplete(int rc, LedgerHandle lh, java.lang.Object ctx)Declaration of callback method.- Parameters:
- rc- return status
- lh- ledger handle
- ctx- context object
 
 
- 
 
-