Uses of Class
org.apache.camel.cdi.xml.RedeliveryPolicyFactoryBean
-
Packages that use RedeliveryPolicyFactoryBean Package Description org.apache.camel.cdi.xml The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of RedeliveryPolicyFactoryBean in org.apache.camel.cdi.xml
Methods in org.apache.camel.cdi.xml that return RedeliveryPolicyFactoryBean Modifier and Type Method Description RedeliveryPolicyFactoryBeanErrorHandlerDefinition. getRedeliveryPolicy()Methods in org.apache.camel.cdi.xml that return types with arguments of type RedeliveryPolicyFactoryBean Modifier and Type Method Description List<RedeliveryPolicyFactoryBean>CamelContextFactoryBean. getRedeliveryPolicies()Methods in org.apache.camel.cdi.xml with parameters of type RedeliveryPolicyFactoryBean Modifier and Type Method Description voidErrorHandlerDefinition. setRedeliveryPolicy(RedeliveryPolicyFactoryBean redeliveryPolicy)Method parameters in org.apache.camel.cdi.xml with type arguments of type RedeliveryPolicyFactoryBean Modifier and Type Method Description voidCamelContextFactoryBean. setRedeliveryPolicies(List<RedeliveryPolicyFactoryBean> redeliveryPolicies)
-