Class ExpressionControlBusFactoryBean
java.lang.Object
org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean<MessageHandler>
org.springframework.integration.config.ExpressionControlBusFactoryBean
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- BeanNameAware,- FactoryBean<MessageHandler>,- ApplicationContextAware,- ApplicationEventPublisherAware
@Deprecated(since="6.4",
            forRemoval=true)
public class ExpressionControlBusFactoryBean
extends AbstractSimpleMessageHandlerFactoryBean<MessageHandler>
Deprecated, for removal: This API element is subject to removal in a future version.
FactoryBean for creating 
MessageHandler instances to handle a message as a SpEL expression.- Since:
- 2.0
- Author:
- Dave Syer, Mark Fisher, Oleg Zhurakousky, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBeanloggerFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionprotected MessageHandlerDeprecated, for removal: This API element is subject to removal in a future version.voidsetSendTimeout(Long sendTimeout) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBeancreateHandlerInternal, getBeanFactory, getObject, getObjectType, getPreCreationHandlerType, isSingleton, setAdviceChain, setApplicationContext, setApplicationEventPublisher, setAsync, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setOrder, setOutputChannel, setOutputChannelName
- 
Constructor Details- 
ExpressionControlBusFactoryBeanpublic ExpressionControlBusFactoryBean()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
setSendTimeoutDeprecated, for removal: This API element is subject to removal in a future version.
- 
createHandlerDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- createHandlerin class- AbstractSimpleMessageHandlerFactoryBean<MessageHandler>
 
 
- 
ControlBusFactoryBean