Java org.springframework.integration.dsl IntegrationFlows fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.dsl IntegrationFlows fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.dsl IntegrationFlows.

The text is from its open source code.

Method

IntegrationFlowBuilderfrom(String messageChannelName)
Populate the MessageChannel name to the new IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessageChannelSpec messageChannelSpec)
Populate the MessageChannel object to the IntegrationFlowBuilder chain using the fluent API from MessageChannelSpec .
IntegrationFlowBuilderfrom(MessageChannel messageChannel)
Populate the provided MessageChannel object to the IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessageSourceSpec> messageSourceSpec)
Populate the MessageSource object to the IntegrationFlowBuilder chain using the fluent API from the provided MessageSourceSpec .
IntegrationFlowBuilderfrom(Supplier messageSource)
Provides Supplier as source of messages to the integration flow which will be triggered by the application context's default poller (which must be declared).
IntegrationFlowBuilderfrom(MessageSource messageSource)
Populate the provided MessageSource object to the IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessageProducerSpec messageProducerSpec)
Populate the MessageProducerSupport object to the IntegrationFlowBuilder chain using the fluent API from the MessageProducerSpec .
IntegrationFlowBuilderfrom(MessageProducerSupport messageProducer)
Populate the provided MessageProducerSupport object to the IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessagingGatewaySpec inboundGatewaySpec)
Populate the MessagingGatewaySupport object to the IntegrationFlowBuilder chain using the fluent API from the MessagingGatewaySpec .
IntegrationFlowBuilderfrom(MessagingGatewaySupport inboundGateway)
Populate the provided MessagingGatewaySupport object to the IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(Class serviceInterface)
Populate the MessageChannel to the new IntegrationFlowBuilder chain, which becomes as a requestChannel for the Messaging Gateway(s) built on the provided service interface.
IntegrationFlowBuilderfrom(Publisher> publisher)
Populate a FluxMessageChannel to the IntegrationFlowBuilder chain and subscribe it to the provided Publisher .
IntegrationFlowBuilderfrom(String messageChannelName, boolean fixedSubscriber)
Populate the MessageChannel name to the new IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessageSourceSpec> messageSourceSpec, Consumer endpointConfigurer)
Populate the MessageSource object to the IntegrationFlowBuilder chain using the fluent API from the provided MessageSourceSpec .
IntegrationFlowBuilderfrom(Object service, String methodName)
Populate the provided MethodInvokingMessageSource for the method of the provided service.
IntegrationFlowBuilderfrom(Supplier messageSource, Consumer endpointConfigurer)
Provides Supplier as source of messages to the integration flow.
IntegrationFlowBuilderfrom(MessageSource messageSource, @Nullable Consumer endpointConfigurer)
Populate the provided MessageSource object to the IntegrationFlowBuilder chain.
IntegrationFlowBuilderfrom(MessageProducerSupport messageProducer, @Nullable IntegrationFlowBuilder integrationFlowBuilderArg)
IntegrationFlowBuilderfrom(Class serviceInterface, @Nullable String beanName)
Populate the MessageChannel to the new IntegrationFlowBuilder chain, which becomes as a requestChannel for the Messaging Gateway(s) built on the provided service interface.
IntegrationFlowBuilderfrom(MessagingGatewaySupport inboundGateway, @Nullable IntegrationFlowBuilder integrationFlowBuilderArg)