Uses of Class
org.springframework.integration.dsl.IntegrationFlowDefinition
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of IntegrationFlowDefinition in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
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.Modifier and TypeClassDescriptionfinal class
class
IntegrationFlowExtension<B extends IntegrationFlowExtension<B>>
AnIntegrationFlowDefinition
extension for custom Java DSL operators and reusable solutions.Modifier and TypeMethodDescriptionprotected abstract IntegrationFlowDefinition<?>
IntegrationFlowAdapter.buildFlow()
protected IntegrationFlowDefinition<?>
protected IntegrationFlowDefinition<?>
protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSource<?> messageSource) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSource<?> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageChannelSpec<?, ?> messageChannelSpec) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageProducerSpec<?, ?> messageProducerSpec) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageProducerSupport messageProducer) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessagingGatewaySupport inboundGateway) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageChannel messageChannel) Modifier and TypeMethodDescriptionvoid
IntegrationFlow.configure
(IntegrationFlowDefinition<?> flow) The callback-based function to declare the chain of EIP-methods to configure an integration flow with the providedIntegrationFlowDefinition
.final void
IntegrationFlowAdapter.configure
(IntegrationFlowDefinition<?> flow) void
StandardIntegrationFlow.configure
(IntegrationFlowDefinition<?> flow)