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 java.lang.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
See Also:
IntegrationFlowBeanPostProcessor