public interface PendingAckReplyCallBack
| Modifier and Type | Method and Description |
|---|---|
void |
handleMetadataEntry(PendingAckMetadataEntry pendingAckMetadataEntry)
Handle metadata entry.
|
void |
replayComplete()
Pending ack replay complete callback for pending ack store.
|
void |
replayFailed(Throwable t)
Pending ack replay failed callback for pending ack store.
|
void replayComplete()
void handleMetadataEntry(PendingAckMetadataEntry pendingAckMetadataEntry)
pendingAckMetadataEntry - PendingAckMetadataEntry the metadata entry of pending ackvoid replayFailed(Throwable t)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.