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
  • Constructor Details

    • ExpressionControlBusFactoryBean

      public ExpressionControlBusFactoryBean()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details