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

@Deprecated(since="6.4", forRemoval=true) public class GroovyControlBusFactoryBean extends AbstractSimpleMessageHandlerFactoryBean<MessageHandler> implements BeanClassLoaderAware
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 Groovy Script.
Since:
2.0
Author:
Dave Syer, Oleg Zhurakousky, Mark Fisher, Artem Bilan, Stefan Reuter, Gary Russell
  • Constructor Details

    • GroovyControlBusFactoryBean

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

    • setSendTimeout

      public void setSendTimeout(Long sendTimeout)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCustomizer

      public void setCustomizer(GroovyObjectCustomizer customizer)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBeanClassLoader

      public void setBeanClassLoader(ClassLoader classLoader)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setBeanClassLoader in interface BeanClassLoaderAware
    • createHandler

      protected MessageHandler createHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      createHandler in class AbstractSimpleMessageHandlerFactoryBean<MessageHandler>