Uses of Class
org.springframework.integration.dsl.PublishSubscribeSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of PublishSubscribeSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.publishSubscribeChannel
(Executor executor, Consumer<PublishSubscribeSpec> publishSubscribeChannelConfigurer) ThePublishSubscribeChannel
BaseIntegrationFlowDefinition.channel(java.lang.String)
method specific implementation to allow the use of the 'subflow' subscriber capability.BaseIntegrationFlowDefinition.publishSubscribeChannel
(Consumer<PublishSubscribeSpec> publishSubscribeChannelConfigurer) ThePublishSubscribeChannel
BaseIntegrationFlowDefinition.channel(java.lang.String)
method specific implementation to allow the use of the 'subflow' subscriber capability.