Class DslIntegrationConfigurationInitializer

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

public class DslIntegrationConfigurationInitializer
extends java.lang.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
See Also:
IntegrationConfigurationBeanFactoryPostProcessor
  • Constructor Summary

    Constructors 
    Constructor Description
    DslIntegrationConfigurationInitializer()  
  • Method Summary

    Modifier and Type Method Description
    void initialize​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait