Class DslIntegrationConfigurationInitializer

java.lang.Object
org.springframework.integration.dsl.context.DslIntegrationConfigurationInitializer
All Implemented Interfaces:
IntegrationConfigurationInitializer

public class DslIntegrationConfigurationInitializer extends Object implements IntegrationConfigurationInitializer
The Java DSL Integration infrastructure beanFactory initializer. Registers IntegrationFlowBeanPostProcessor and checks if all IntegrationComponentSpec are extracted to the target object using IntegrationComponentSpec.get().
Since:
5.0
Author:
Artem Bilan, Gary Russell
See Also: