| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.pendingack |
Component for processing pending acks for transactions.
|
| org.apache.pulsar.broker.transaction.pendingack.impl |
The implementation for processing pending acks in transactions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle,
ScheduledExecutorService executorService)
Replay pending ack to recover the pending ack subscription pending ack state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MLPendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle,
ScheduledExecutorService transactionReplayExecutor) |
void |
InMemoryPendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle,
ScheduledExecutorService scheduledExecutorService) |
| Constructor and Description |
|---|
MLPendingAckReplyCallBack(PendingAckHandleImpl pendingAckHandle) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.