Uses of Class
org.apache.camel.builder.DeadLetterChannelBuilder

Packages that use DeadLetterChannelBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of DeadLetterChannelBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return DeadLetterChannelBuilder
 DeadLetterChannelBuilder DeadLetterChannelBuilder.backOffMultiplier(double backOffMultiplier)
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.collisionAvoidancePercent(short collisionAvoidancePercent)
           
 DeadLetterChannelBuilder BuilderSupport.deadLetterChannel()
           
 DeadLetterChannelBuilder BuilderSupport.deadLetterChannel(Endpoint deadLetterEndpoint)
           
 DeadLetterChannelBuilder BuilderSupport.deadLetterChannel(String deadLetterUri)
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.exceptionPolicyStrategy(ExceptionPolicyStrategy exceptionPolicyStrategy)
          Sets the exception policy to use
 DeadLetterChannelBuilder DeadLetterChannelBuilder.initialRedeliveryDelay(long initialRedeliveryDelay)
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.log(Class log)
          Sets the log used for caught exceptions
 DeadLetterChannelBuilder DeadLetterChannelBuilder.log(org.apache.commons.logging.Log log)
          Sets the log used for caught exceptions
 DeadLetterChannelBuilder DeadLetterChannelBuilder.log(String log)
          Sets the log used for caught exceptions
 DeadLetterChannelBuilder DeadLetterChannelBuilder.logger(Logger logger)
          Sets the logger used for caught exceptions
 DeadLetterChannelBuilder DeadLetterChannelBuilder.loggingLevel(LoggingLevel level)
          Sets the logging level of exceptions caught
 DeadLetterChannelBuilder DeadLetterChannelBuilder.maximumRedeliveries(int maximumRedeliveries)
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.maximumRedeliveryDelay(long maximumRedeliveryDelay)
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.useCollisionAvoidance()
           
 DeadLetterChannelBuilder DeadLetterChannelBuilder.useExponentialBackOff()
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.