Uses of Class
org.apache.camel.processor.RedeliveryErrorHandler

Packages that use RedeliveryErrorHandler
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of RedeliveryErrorHandler in org.apache.camel.processor
 

Subclasses of RedeliveryErrorHandler in org.apache.camel.processor
 class DeadLetterChannel
          Implements a Dead Letter Channel after attempting to redeliver the message using the RedeliveryPolicy
 class DefaultErrorHandler
          Default error handler
 class LoggingErrorHandler
          An ErrorHandler which uses commons-logging to dump the error
 



Apache CAMEL