channel
Populate a MessageChannelReference instance at the current IntegrationFlow chain position. The provided messageChannelName
is used for the bean registration (org.springframework.integration.channel.DirectChannel), if there is no such a bean in the application context. Otherwise, the existing MessageChannel bean is used to wire integration endpoints.
Populate a MessageChannel instance at the current IntegrationFlow chain position using the MessageChannelSpec fluent API.
Populate the provided MessageChannel instance at the current IntegrationFlow chain position. The messageChannel
can be an existing bean, or fresh instance, in which case the org.springframework.integration.dsl.context.IntegrationFlowBeanPostProcessor will populate it as a bean with a generated name.
Populate a MessageChannel instance at the current IntegrationFlow chain position using the Channels factory fluent API.