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

fixedSubscriberChannel

fun fixedSubscriberChannel(messageChannelName: String? = null): Unit

Populate an org.springframework.integration.channel.FixedSubscriberChannel instance at the current IntegrationFlow chain position. The provided messageChannelName is used for the bean registration.