Uses of Interface
org.springframework.integration.dsl.context.IntegrationFlowContext.IntegrationFlowRegistrationBuilder
Package
Description
The context support classes for Spring Integration Java DSL.
-
Uses of IntegrationFlowContext.IntegrationFlowRegistrationBuilder in org.springframework.integration.dsl.context
Modifier and TypeClassDescriptionfinal class
A Builder pattern implementation for the options to registerIntegrationFlow
in the application context.Modifier and TypeMethodDescriptionAdd an object which will be registered as anIntegrationFlow
dependant bean in the application context.Add an object which will be registered as anIntegrationFlow
dependant bean in the application context.IntegrationFlowContext.IntegrationFlowRegistrationBuilder.autoStartup
(boolean autoStartup) Theboolean
flag to indication if anIntegrationFlow
must be started automatically after registration.Specify anid
for theIntegrationFlow
to register.IntegrationFlowContext.registration
(IntegrationFlow integrationFlow) Associate providedIntegrationFlow
with anIntegrationFlowContext.IntegrationFlowRegistrationBuilder
for additional options and farther registration in the application context.Set the configuration sourceObject
for this manual Integration flow definition.IntegrationFlowContext.IntegrationFlowRegistrationBuilder.useFlowIdAsPrefix()
Invoke this method to prefix bean names in the flow with the (required) flow id and a period.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.useFlowIdAsPrefix()