Package | Description |
---|---|
org.apache.camel.spring |
The classes for working with Camel and Spring along with the primary factory beans.
|
Modifier and Type | Method and Description |
---|---|
CamelRedeliveryPolicyFactoryBean |
ErrorHandlerDefinition.getRedeliveryPolicy() |
Modifier and Type | Method and Description |
---|---|
List<CamelRedeliveryPolicyFactoryBean> |
CamelContextFactoryBean.getRedeliveryPolicies() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorHandlerDefinition.setRedeliveryPolicy(CamelRedeliveryPolicyFactoryBean redeliveryPolicy)
Sets the redelivery settings
|
Modifier and Type | Method and Description |
---|---|
void |
CamelContextFactoryBean.setRedeliveryPolicies(List<CamelRedeliveryPolicyFactoryBean> redeliveryPolicies)
Configuration of redelivery settings.
|
Apache Camel