Package org.apache.bookkeeper.client
Interface AsyncCallback.ReadCallback
- All Known Implementing Classes:
SyncCallbackUtils.SyncReadCallback
- Enclosing interface:
- AsyncCallback
Async Callback for reading entries from ledgers.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadComplete(int rc, LedgerHandle lh, Enumeration<LedgerEntry> seq, Object ctx) Callback declaration.
-
Method Details
-
readComplete
Callback declaration.- Parameters:
rc- return codelh- ledger handleseq- sequence of entriesctx- context object
-