Uses of Interface
org.springframework.integration.dsl.context.IntegrationFlowContext.IntegrationFlowRegistration
Packages that use IntegrationFlowContext.IntegrationFlowRegistration
Package
Description
The context support classes for Spring Integration Java DSL.
-
Uses of IntegrationFlowContext.IntegrationFlowRegistration in org.springframework.integration.dsl.context
Methods in org.springframework.integration.dsl.context that return IntegrationFlowContext.IntegrationFlowRegistrationModifier and TypeMethodDescriptionIntegrationFlowContext.getRegistrationById
(String flowId) Obtain anIntegrationFlowContext.IntegrationFlowRegistration
for theIntegrationFlow
associated with the providedflowId
.StandardIntegrationFlowContext.getRegistrationById
(String flowId) Obtain anIntegrationFlowContext.IntegrationFlowRegistration
for theIntegrationFlow
associated with the providedflowId
.IntegrationFlowContext.IntegrationFlowRegistrationBuilder.register()
Register anIntegrationFlow
and all the dependant and support components in the application context and return an associatedIntegrationFlowContext.IntegrationFlowRegistration
control object.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.register()
Register anIntegrationFlow
and all the dependant and support components in the application context and return an associatedIntegrationFlowContext.IntegrationFlowRegistration
control object.Methods in org.springframework.integration.dsl.context that return types with arguments of type IntegrationFlowContext.IntegrationFlowRegistrationModifier and TypeMethodDescriptionIntegrationFlowContext.getRegistry()
Provide the state of the mapping of integration flow names to theirIntegrationFlowContext.IntegrationFlowRegistration
instances.StandardIntegrationFlowContext.getRegistry()
Provide the state of the mapping of integration flow names to theirIntegrationFlowContext.IntegrationFlowRegistration
instances.