Package | Description |
---|---|
org.apache.camel.processor.errorhandler |
Exception policy startegies for Dead Letter Channel pattern.
|
Class and Description |
---|
ErrorHandlerSupport
Support class for
ErrorHandler implementations. |
ExceptionPolicy |
ExceptionPolicy.RedeliveryOption |
ExceptionPolicyKey
Exception policy key is a compound key for storing:
route id + exception class + when => exception type.
|
ExceptionPolicyStrategy
A strategy to determine which
ExceptionPolicyKey should handle the thrown
exception. |
RedeliveryErrorHandler
Base redeliverable error handler that also supports a final dead letter queue in case
all redelivery attempts fail.
|
RedeliveryPolicy
The policy used to decide how many times to redeliver and the time between
the redeliveries before being sent to a Dead Letter
Channel
|
Apache Camel