Uses of Class
org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of BaseIntegrationFlowDefinition in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>
TheBuilder
pattern implementation for the EIP-method chain.Modifier and TypeClassDescriptionfinal class
class
IntegrationFlowDefinition<B extends IntegrationFlowDefinition<B>>
TheBaseIntegrationFlowDefinition
extension for syntax sugar with generics for some type-based EIP-methods when an expected payload type is assumed from upstream.class
IntegrationFlowExtension<B extends IntegrationFlowExtension<B>>
AnIntegrationFlowDefinition
extension for custom Java DSL operators and reusable solutions.