Uses of Class
org.springframework.integration.dsl.context.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder
Package
Description
The context support classes for Spring Integration Java DSL.
-
Uses of StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder in org.springframework.integration.dsl.context
Modifier and TypeMethodDescriptionAdd an object which will be registered as anIntegrationFlow
dependant bean in the application context.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.addBean
(String name, Object bean) Add an object which will be registered as anIntegrationFlow
dependant bean in the application context.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.autoStartup
(boolean autoStartupToSet) Theboolean
flag to indication if anIntegrationFlow
must be started automatically after registration.Specify anid
for theIntegrationFlow
to register.StandardIntegrationFlowContext.registration
(IntegrationFlow integrationFlow) Associate providedIntegrationFlow
with anStandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder
for additional options and farther registration in the application context.