@InterfaceAudience.Public
@InterfaceStability.Stable
public static interface AsyncCallback.ReadCallback
| Modifier and Type | Method and Description |
|---|---|
void |
readComplete(int rc,
LedgerHandle lh,
java.util.Enumeration<LedgerEntry> seq,
java.lang.Object ctx)
Callback declaration.
|
void readComplete(int rc,
LedgerHandle lh,
java.util.Enumeration<LedgerEntry> seq,
java.lang.Object ctx)
rc - return codelh - ledger handleseq - sequence of entriesctx - context objectCopyright © 2011–2024 The Apache Software Foundation. All rights reserved.