Uses of Class
org.springframework.integration.dsl.Channels
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of Channels in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.channel
(Function<Channels, MessageChannelSpec<?, ?>> channels) Populate aMessageChannel
instance at the currentIntegrationFlow
chain position using theChannels
factory fluent API.