See: Description
Interface | Description |
---|---|
IntegrationFlowContext |
A public API for dynamic (manual) registration of
IntegrationFlow s,
not via standard bean registration phase. |
IntegrationFlowContext.IntegrationFlowRegistration | |
IntegrationFlowContext.IntegrationFlowRegistrationBuilder |
A Builder pattern implementation for the options to register
IntegrationFlow
in the application context. |
Class | Description |
---|---|
DslIntegrationConfigurationInitializer |
The Java DSL Integration infrastructure
beanFactory initializer. |
IntegrationFlowBeanPostProcessor |
A
BeanPostProcessor to parse IntegrationFlow beans and register their
components as beans in the provided
BeanFactory , if necessary. |
StandardIntegrationFlowContext |
Standard implementation of
IntegrationFlowContext . |