integrationFlow

fun integrationFlow(flow: KotlinIntegrationFlowDefinition.() -> Unit): IntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlow lambdas.

Author

Artem Bilan

inline fun <T> integrationFlow(crossinline gateway: GatewayProxySpec.() -> Unit = {}, flow: KotlinIntegrationFlowDefinition.() -> Unit): IntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(Class<?>, Consumer<GatewayProxySpec>) factory method.

Author

Artem Bilan

fun integrationFlow(channelName: String, fixedSubscriber: Boolean = false, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(String, Boolean) factory method.

Author

Artem Bilan

fun integrationFlow(channel: MessageChannel, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessageChannel) factory method.

Author

Artem Bilan

fun integrationFlow(messageSource: MessageSource<*>, options: SourcePollingChannelAdapterSpec.() -> Unit = {}, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessageSource<*>, Consumer<SourcePollingChannelAdapterSpec>) factory method.

Author

Artem Bilan

fun integrationFlow(messageSource: MessageSourceSpec<*, out MessageSource<*>>, options: SourcePollingChannelAdapterSpec.() -> Unit = {}, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessageSourceSpec<*>, Consumer<SourcePollingChannelAdapterSpec>) factory method.

Author

Artem Bilan

fun integrationFlow(source: () -> Any, options: SourcePollingChannelAdapterSpec.() -> Unit = {}, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(Supplier<*>, Consumer<SourcePollingChannelAdapterSpec>) factory method.

Author

Artem Bilan

fun integrationFlow(publisher: Publisher<out Message<*>>, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(Publisher<out Message<*>>) factory method.

Author

Artem Bilan

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessagingGatewaySupport) factory method.

Author

Artem Bilan

fun integrationFlow(gatewaySpec: MessagingGatewaySpec<*, *>, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessagingGatewaySpec<*, *>) factory method.

Author

Artem Bilan

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessageProducerSupport) factory method.

Author

Artem Bilan

fun integrationFlow(producerSpec: MessageProducerSpec<*, *>, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(MessageProducerSpec<*, *>) factory method.

Author

Artem Bilan

fun integrationFlow(sourceFlow: IntegrationFlow, flow: KotlinIntegrationFlowDefinition.() -> Unit): StandardIntegrationFlow

Functional IntegrationFlow definition in Kotlin DSL for IntegrationFlows.from - IntegrationFlows.from(IntegrationFlow) factory method.

Author

Artem Bilan

Since

5.5.8