public interface Ackable
| Modifier and Type | Field and Description |
|---|---|
static Ackable |
NoopAckable |
| Modifier and Type | Method and Description |
|---|---|
void |
ack()
Acknowledge this entity as a success.
|
default void |
nack(Throwable error)
Mark this entity as failed to process.
|