Uses of Class
org.springframework.integration.dsl.PublishSubscribeChannelSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of PublishSubscribeChannelSpec in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
PublishSubscribeChannelSpec<S extends PublishSubscribeChannelSpec<S>>
Modifier and TypeClassDescriptionclass
ThePublishSubscribeChannelSpec
extension to configure as a general flow callback for sub-flows as subscribers.Modifier and TypeMethodDescriptionChannels.publishSubscribe()
Channels.publishSubscribe
(boolean requireSubscribers) Channels.publishSubscribe
(String id) Channels.publishSubscribe
(String id, boolean requireSubscribers) Channels.publishSubscribe
(String id, Executor executor) Channels.publishSubscribe
(String id, Executor executor, boolean requireSubscribers) Channels.publishSubscribe
(Executor executor) Channels.publishSubscribe
(Executor executor, boolean requireSubscribers) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe()
static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(boolean requireSubscribers) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(String id) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(String id, boolean requireSubscribers) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(String id, Executor executor) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(String id, Executor executor, boolean requireSubscribers) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(Executor executor) static PublishSubscribeChannelSpec<?>
MessageChannels.publishSubscribe
(Executor executor, boolean requireSubscribers)