Uses of Interface
org.springframework.integration.channel.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
Modifier and TypeClassDescriptionclass
TheAbstractSubscribableAmqpChannel
extension for pub-sub semantics based on theFanoutExchange
. -
Uses of BroadcastCapableChannel in org.springframework.integration.channel
Modifier and TypeClassDescriptionclass
A channel that sends Messages to each of its subscribers. -
Uses of BroadcastCapableChannel in org.springframework.integration.dsl
Modifier 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.ModifierConstructorDescriptionprotected
-
Uses of BroadcastCapableChannel in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
AnAbstractJmsChannel
implementation for message-driven subscriptions. -
Uses of BroadcastCapableChannel in org.springframework.integration.kafka.channel
Modifier and TypeClassDescriptionclass
Publish/subscribe channel backed by an Apache Kafka topic. -
Uses of BroadcastCapableChannel in org.springframework.integration.redis.channel
Modifier and TypeClassDescriptionclass
AnAbstractMessageChannel
implementation withBroadcastCapableChannel
aspect to provide a pub-sub semantics to consume messages fgrom Redis topic.