Class BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>

java.lang.Object
org.springframework.integration.dsl.BaseIntegrationFlowDefinition<B>
Type Parameters:
B - the BaseIntegrationFlowDefinition implementation type.
Direct Known Subclasses:
IntegrationFlowDefinition

@IntegrationDsl public abstract class BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>> extends Object
The Builder pattern implementation for the EIP-method chain. Provides a variety of methods to populate Spring Integration components to an IntegrationFlow for the future registration in the application context.
Since:
5.2.1
Author:
Artem Bilan, Gary Russell, Gabriele Del Prete, Tim Feuerbach
See Also: