Uses of Class
org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
-
Packages that use DeadLetterChannelDefinition Package Description org.apache.camel.builder org.apache.camel.model.errorhandler The JAXB POJOs for the Error Handler. -
-
Uses of DeadLetterChannelDefinition in org.apache.camel.builder
Subclasses of DeadLetterChannelDefinition in org.apache.camel.builder Modifier and Type Class Description classDeadLetterChannelBuilderDead letter channel error handler as a builder. -
Uses of DeadLetterChannelDefinition in org.apache.camel.model.errorhandler
Methods in org.apache.camel.model.errorhandler that return DeadLetterChannelDefinition Modifier and Type Method Description DeadLetterChannelDefinitionDeadLetterChannelDefinition. deadLetterUri(String deadLetterUri)The dead letter endpoint uri for the Dead Letter error handler.Methods in org.apache.camel.model.errorhandler with parameters of type DeadLetterChannelDefinition Modifier and Type Method Description protected voidDeadLetterChannelDefinition. cloneBuilder(DeadLetterChannelDefinition other)
-