Class GroovyControlBusFactoryBean

java.lang.Object
org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean<MessageHandler>
org.springframework.integration.groovy.config.GroovyControlBusFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, FactoryBean<MessageHandler>, ApplicationContextAware, ApplicationEventPublisherAware

public class GroovyControlBusFactoryBean extends AbstractSimpleMessageHandlerFactoryBean<MessageHandler> implements BeanClassLoaderAware
FactoryBean for creating MessageHandler instances to handle a message as a Groovy Script.
Since:
2.0
Author:
Dave Syer, Oleg Zhurakousky, Mark Fisher, Artem Bilan, Stefan Reuter, Gary Russell