Uses of Interface
org.springframework.integration.channel.BroadcastCapableChannel
Packages that use BroadcastCapableChannel
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Root package of the Spring Integration Java DSL.
Base package for JMS Support.
Provides classes related to message channel implementations for Apache Kafka.
Provides classes related to Redis-backed channels.
-
Uses of BroadcastCapableChannel in org.springframework.integration.amqp.channel
Classes in org.springframework.integration.amqp.channel that implement BroadcastCapableChannelModifier and TypeClassDescriptionclass
TheAbstractSubscribableAmqpChannel
extension for pub-sub semantics based on theFanoutExchange
. -
Uses of BroadcastCapableChannel in org.springframework.integration.channel
Classes in org.springframework.integration.channel that implement BroadcastCapableChannelModifier and TypeClassDescriptionclass
A channel that sends Messages to each of its subscribers. -
Uses of BroadcastCapableChannel in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type BroadcastCapableChannelModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.publishSubscribeChannel
(BroadcastCapableChannel broadcastCapableChannel, Consumer<BroadcastPublishSubscribeSpec> publishSubscribeChannelConfigurer) TheBroadcastCapableChannel
BaseIntegrationFlowDefinition.channel(java.lang.String)
method specific implementation to allow the use of the 'subflow' subscriber capability.Constructors in org.springframework.integration.dsl with parameters of type BroadcastCapableChannelModifierConstructorDescriptionprotected
-
Uses of BroadcastCapableChannel in org.springframework.integration.jms
Classes in org.springframework.integration.jms that implement BroadcastCapableChannelModifier and TypeClassDescriptionclass
AnAbstractJmsChannel
implementation for message-driven subscriptions. -
Uses of BroadcastCapableChannel in org.springframework.integration.kafka.channel
Classes in org.springframework.integration.kafka.channel that implement BroadcastCapableChannelModifier and TypeClassDescriptionclass
Publish/subscribe channel backed by an Apache Kafka topic. -
Uses of BroadcastCapableChannel in org.springframework.integration.redis.channel
Classes in org.springframework.integration.redis.channel that implement BroadcastCapableChannelModifier and TypeClassDescriptionclass
AnAbstractMessageChannel
implementation withBroadcastCapableChannel
aspect to provide a pub-sub semantics to consume messages fgrom Redis topic.