Uses of Interface
org.apache.camel.processor.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patternsorg.apache.camel.processor.errorhandler Exception policy startegies for Dead Letter Channel pattern. -
-
Uses of ErrorHandler in org.apache.camel.processor
Classes in org.apache.camel.processor that implement ErrorHandler Modifier and Type Class Description class
FatalFallbackErrorHandler
AnErrorHandler
used as a safe fallback when processing by other error handlers such as theorg.apache.camel.model.OnExceptionDefinition
. -
Uses of ErrorHandler in org.apache.camel.processor.errorhandler
Classes in org.apache.camel.processor.errorhandler that implement ErrorHandler Modifier and Type Class Description class
DeadLetterChannel
Implements a Dead Letter Channel after attempting to redeliver the message using theRedeliveryPolicy
class
DefaultErrorHandler
Default error handlerclass
ErrorHandlerSupport
Support class forErrorHandler
implementations.class
RedeliveryErrorHandler
Base redeliverable error handler that also supports a final dead letter queue in case all redelivery attempts fail.
-