Uses of Interface
org.springframework.integration.config.IntegrationConfigurationInitializer
Package
Description
Base package for configuration.
The context support classes for Spring Integration Java DSL.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes for configuration.
Provides classes for configuration - parsers, namespace handlers.
Provides classes for configuration - parsers, namespace handlers.
Provides classes for configuration - parsers, namespace handlers.
Contains parser classes for the WebSockets namespace support.
Contains parser classes for the Web Services namespace support.
-
Uses of IntegrationConfigurationInitializer in org.springframework.integration.config
Modifier and TypeClassDescriptionclass
TheIntegrationConfigurationInitializer
to populateGlobalChannelInterceptorWrapper
forChannelInterceptor
s marked withGlobalChannelInterceptor
annotation.class
TheIntegrationConfigurationInitializer
that populates theConfigurableListableBeanFactory
with anIdempotentReceiverAutoProxyCreator
whenIdempotentReceiverInterceptor
BeanDefinition
s and theirmapping
to Consumer Endpoints are present.class
TheIntegrationConfigurationInitializer
to populateConverterRegistrar.IntegrationConverterRegistration
for converter beans marked with anIntegrationConverter
annotation. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.dsl.context
Modifier and TypeClassDescriptionclass
The Java DSL Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.groovy.config
Modifier and TypeClassDescriptionclass
The Groovy Module Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.hazelcast.config
Modifier and TypeClassDescriptionclass
The Hazelcast Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.http.config
Modifier and TypeClassDescriptionclass
The HTTP Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.jmx.config
Modifier and TypeClassDescriptionclass
The JMX Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.webflux.config
Modifier and TypeClassDescriptionclass
The WebFlux Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.websocket.config
Modifier and TypeClassDescriptionclass
The WebSocket Integration infrastructurebeanFactory
initializer. -
Uses of IntegrationConfigurationInitializer in org.springframework.integration.ws.config
Modifier and TypeClassDescriptionclass
TheIntegrationConfigurationInitializer
implementation for the WebService module.