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 classFatalFallbackErrorHandlerAnErrorHandlerused 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 classDeadLetterChannelImplements a Dead Letter Channel after attempting to redeliver the message using theRedeliveryPolicyclassDefaultErrorHandlerDefault error handlerclassErrorHandlerSupportSupport class forErrorHandlerimplementations.classRedeliveryErrorHandlerBase redeliverable error handler that also supports a final dead letter queue in case all redelivery attempts fail.
-