public static interface AsyncCallback.ReadCallback
Modifier and Type | Method and Description |
---|---|
void |
readComplete(int rc,
LedgerHandle lh,
Enumeration<LedgerEntry> seq,
Object ctx)
Callback declaration
|
void readComplete(int rc, LedgerHandle lh, Enumeration<LedgerEntry> seq, Object ctx)
rc
- return codelh
- ledger handleseq
- sequence of entriesctx
- context objectCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.