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 Summary
Fields inherited from class org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.void
setSendTimeout
(Long sendTimeout) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean
createHandlerInternal, getBeanFactory, getObject, getObjectType, getPreCreationHandlerType, isSingleton, setAdviceChain, setApplicationContext, setApplicationEventPublisher, setAsync, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setOrder, setOutputChannel, setOutputChannelName
-
Constructor Details
-
ExpressionControlBusFactoryBean
public ExpressionControlBusFactoryBean()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setSendTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
createHandler
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createHandler
in classAbstractSimpleMessageHandlerFactoryBean<MessageHandler>
-
ControlBusFactoryBean