Interface IntegrationConfigurationInitializer

All Known Implementing Classes:
DslIntegrationConfigurationInitializer, GlobalChannelInterceptorInitializer, IdempotentReceiverAutoProxyCreatorInitializer, IntegrationConverterInitializer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface IntegrationConfigurationInitializer
The strategy to initialize the external Integration infrastructure (@{code BeanFactoryPostProcessor}s, global beans etc.) in the provided beanFactory.

Typically implementations are loaded by SpringFactoriesLoader.

Since:
4.0
  • Method Summary

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

    • initialize

      void initialize​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Throws:
      org.springframework.beans.BeansException