Package org.springframework.integration.dsl.context
The context support classes for Spring Integration Java DSL.
-
Interface Summary Interface Description IntegrationFlowContext A public API for dynamic (manual) registration ofIntegrationFlow
s, not via standard bean registration phase.IntegrationFlowContext.IntegrationFlowRegistration IntegrationFlowContext.IntegrationFlowRegistrationBuilder A Builder pattern implementation for the options to registerIntegrationFlow
in the application context. -
Class Summary Class Description DslIntegrationConfigurationInitializer The Java DSL Integration infrastructurebeanFactory
initializer.IntegrationFlowBeanPostProcessor ABeanPostProcessor
to parseIntegrationFlow
beans and register their components as beans in the providedBeanFactory
, if necessary.StandardIntegrationFlowContext Standard implementation ofIntegrationFlowContext
.