Uses of Package
org.apache.camel.processor.errorhandler
-
Packages that use org.apache.camel.processor.errorhandler Package Description org.apache.camel.processor.errorhandler Exception policy startegies for Dead Letter Channel pattern. -
Classes in org.apache.camel.processor.errorhandler used by org.apache.camel.processor.errorhandler Class Description ErrorHandlerSupport Support class forErrorHandler
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 whichExceptionPolicyKey
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