Class MLPendingAckReplyCallBack
java.lang.Object
org.apache.pulsar.broker.transaction.pendingack.impl.MLPendingAckReplyCallBack
- All Implemented Interfaces:
PendingAckReplyCallBack
MLPendingAckStore reply call back.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMetadataEntry(PendingAckMetadataEntry pendingAckMetadataEntry) Handle metadata entry.voidPending ack replay complete callback for pending ack store.voidPending ack replay failed callback for pending ack store.
-
Constructor Details
-
MLPendingAckReplyCallBack
-
-
Method Details
-
replayComplete
public void replayComplete()Description copied from interface:PendingAckReplyCallBackPending ack replay complete callback for pending ack store.- Specified by:
replayCompletein interfacePendingAckReplyCallBack
-
replayFailed
Description copied from interface:PendingAckReplyCallBackPending ack replay failed callback for pending ack store.- Specified by:
replayFailedin interfacePendingAckReplyCallBack
-
handleMetadataEntry
Description copied from interface:PendingAckReplyCallBackHandle metadata entry.- Specified by:
handleMetadataEntryin interfacePendingAckReplyCallBack- Parameters:
pendingAckMetadataEntry-PendingAckMetadataEntrythe metadata entry of pending ack
-