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 BuilderSupport.deadLetterChannel(Endpoint deadLetterEndpoint)
          Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
 DeadLetterChannelBuilder BuilderSupport.deadLetterChannel(String deadLetterUri)
          Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
 



Apache Camel