io.helidon.messaging.FailureDisposition
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
FAIL | Propagate the processing failure and leave the source delivery unsettled |
DROP | Log the processing failure and settle the source delivery without delivering it |
DEAD_ | Deliver the failed messages to another logical messaging channel before settling the source delivery |
Usages
See the manifest for all available types.