Skip to main content

Module error_handler

Module error_handler 

Source

Structs§

ErrorHandlerConfig
Full error handler configuration: Dead Letter Channel URI and per-exception policies.
ExceptionPolicy
A rule that matches specific errors and defines retry + redirect behaviour.
ExceptionPolicyBuilder
Builder for a single ExceptionPolicy attached to an ErrorHandlerConfig.
RedeliveryPolicy
Redelivery policy with exponential backoff and optional jitter.

Constants§

HEADER_REDELIVERED
Camel-compatible header names for redelivery state.
HEADER_REDELIVERY_COUNTER
HEADER_REDELIVERY_MAX_COUNTER

Type Aliases§

ExponentialBackoffDeprecated