Class ScriptMessageSourceSpec

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<ScriptMessageSourceSpec,org.springframework.integration.core.MessageSource<?>>
org.springframework.integration.scripting.dsl.ScriptMessageSourceSpec
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.springframework.integration.core.MessageSource<?>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration

public class ScriptMessageSourceSpec extends org.springframework.integration.dsl.MessageSourceSpec<ScriptMessageSourceSpec,org.springframework.integration.core.MessageSource<?>> implements org.springframework.integration.dsl.ComponentsRegistration
The MessageSourceSpec for Dynamic Language Scripts. Delegates configuration options to the ScriptSpec. Produces MessageProcessorMessageSource. *
Since:
5.0
See Also: