Interface AsyncCallback.AddCallbackWithLatency

    • Method Detail

      • addCompleteWithLatency

        void addCompleteWithLatency​(int rc,
                                    LedgerHandle lh,
                                    long entryId,
                                    long qwcLatency,
                                    java.lang.Object ctx)
        Callback declaration which additionally passes quorum write complete latency.
        Parameters:
        rc - return code
        lh - ledger handle
        entryId - entry identifier
        qwcLatency - QuorumWriteComplete Latency
        ctx - context object