Uses of Interface
org.springframework.integration.dsl.context.IntegrationFlowContext.IntegrationFlowRegistration
Package
Description
The context support classes for Spring Integration Java DSL.
-
Uses of IntegrationFlowContext.IntegrationFlowRegistration in org.springframework.integration.dsl.context
Modifier 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.Modifier 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.