spring-integration / org.springframework.integration.dsl / KotlinIntegrationFlowDefinition / publishSubscribeChannel

publishSubscribeChannel

fun publishSubscribeChannel(publishSubscribeChannelConfigurer: PublishSubscribeSpec.() -> Unit): Unit

The org.springframework.integration.channel.PublishSubscribeChannel channel() method specific implementation to allow the use of the 'subflow' subscriber capability.

fun publishSubscribeChannel(executor: Executor, publishSubscribeChannelConfigurer: PublishSubscribeSpec.() -> Unit): Unit

The org.springframework.integration.channel.PublishSubscribeChannel channel() method specific implementation to allow the use of the 'subflow' subscriber capability. Use the provided Executor for the target subscribers.