public class CamelRedeliveryPolicyFactoryBean extends org.apache.camel.core.xml.AbstractCamelRedeliveryPolicyFactoryBean implements FactoryBean<org.apache.camel.processor.RedeliveryPolicy>, ApplicationContextAware
FactoryBean which instantiates RedeliveryPolicy objects| Constructor and Description |
|---|
CamelRedeliveryPolicyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(ApplicationContext applicationContext) |
getAllowRedeliveryWhileStopping, getAsyncDelayedRedelivery, getBackOffMultiplier, getCollisionAvoidanceFactor, getDelayPattern, getDisableRedelivery, getExchangeFormatterRef, getLogContinued, getLogExhausted, getLogHandled, getLogRetryAttempted, getLogRetryStackTrace, getLogStackTrace, getMaximumRedeliveries, getMaximumRedeliveryDelay, getObject, getObjectType, getRedeliveryDelay, getRetriesExhaustedLogLevel, getRetryAttemptedLogLevel, getUseCollisionAvoidance, getUseExponentialBackOff, setAllowRedeliveryWhileStopping, setAsyncDelayedRedelivery, setBackOffMultiplier, setCollisionAvoidanceFactor, setDelayPattern, setDisableRedelivery, setExchangeFormatterRef, setLogContinued, setLogExhausted, setLogHandled, setLogRetryAttempted, setLogRetryStackTrace, setLogStackTrace, setMaximumRedeliveries, setMaximumRedeliveryDelay, setRedeliveryDelay, setRetriesExhaustedLogLevel, setRetryAttemptedLogLevel, setUseCollisionAvoidance, setUseExponentialBackOffafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObject, getObjectType, isSingletonpublic CamelRedeliveryPolicyFactoryBean()
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.processor.RedeliveryPolicy>public void setApplicationContext(ApplicationContext applicationContext)
setApplicationContext in interface ApplicationContextAwareApache Camel