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 Summary
Fields inherited from interface org.springframework.messaging.MessageChannel
INDEFINITE_TIMEOUT
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Return a state of this channel in regards of broadcasting capabilities.Methods inherited from interface org.springframework.messaging.MessageChannel
send, send
Methods inherited from interface org.springframework.messaging.SubscribableChannel
subscribe, unsubscribe
-
Method Details
-
isBroadcast
default boolean isBroadcast()Return a state of this channel in regards of broadcasting capabilities.- Returns:
- the state of this channel in regards of broadcasting capabilities.
-