public class CamelRedeliveryPolicyFactoryBean extends AbstractCamelRedeliveryPolicyFactoryBean implements org.springframework.beans.factory.FactoryBean<RedeliveryPolicy>, org.springframework.context.ApplicationContextAware
FactoryBean
which instantiates RedeliveryPolicy
objectsConstructor and Description |
---|
CamelRedeliveryPolicyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
getAllowRedeliveryWhileStopping, getAsyncDelayedRedelivery, getBackOffMultiplier, getCollisionAvoidanceFactor, getDelayPattern, getDisableRedelivery, getExchangeFormatterRef, getLogContinued, getLogExhausted, getLogExhaustedMessageHistory, getLogHandled, getLogRetryAttempted, getLogRetryStackTrace, getLogStackTrace, getMaximumRedeliveries, getMaximumRedeliveryDelay, getObject, getObjectType, getRedeliveryDelay, getRetriesExhaustedLogLevel, getRetryAttemptedLogLevel, getUseCollisionAvoidance, getUseExponentialBackOff, setAllowRedeliveryWhileStopping, setAsyncDelayedRedelivery, setBackOffMultiplier, setCollisionAvoidanceFactor, setDelayPattern, setDisableRedelivery, setExchangeFormatterRef, setLogContinued, setLogExhausted, setLogExhaustedMessageHistory, setLogHandled, setLogRetryAttempted, setLogRetryStackTrace, setLogStackTrace, setMaximumRedeliveries, setMaximumRedeliveryDelay, setRedeliveryDelay, setRetriesExhaustedLogLevel, setRetryAttemptedLogLevel, setUseCollisionAvoidance, setUseExponentialBackOff
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
getId, setId
protected CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class AbstractCamelFactoryBean<RedeliveryPolicy>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.