Interface BroadcastCapableChannel
- All Superinterfaces:
- MessageChannel,- SubscribableChannel
- All Known Implementing Classes:
- PublishSubscribeAmqpChannel,- PublishSubscribeChannel,- PublishSubscribeKafkaChannel,- SubscribableJmsChannel,- SubscribableRedisChannel
A 
SubscribableChannel variant for implementations with broadcasting capabilities.- Since:
- 5.3
- Author:
- Artem Bilan
- 
Field SummaryFields inherited from interface org.springframework.messaging.MessageChannelINDEFINITE_TIMEOUT
- 
Method SummaryModifier and TypeMethodDescriptiondefault booleanReturn a state of this channel in regards of broadcasting capabilities.Methods inherited from interface org.springframework.messaging.MessageChannelsend, sendMethods inherited from interface org.springframework.messaging.SubscribableChannelsubscribe, unsubscribe
- 
Method Details- 
isBroadcastdefault boolean isBroadcast()Return a state of this channel in regards of broadcasting capabilities.- Returns:
- the state of this channel in regards of broadcasting capabilities.
 
 
-