Interface BroadcastCapableChannel
- All Superinterfaces:
MessageChannel
,SubscribableChannel
- All Known Implementing Classes:
PublishSubscribeAmqpChannel
,PublishSubscribeChannel
,PublishSubscribeKafkaChannel
,SubscribableJmsChannel
,SubscribableRedisChannel
public interface BroadcastCapableChannel extends SubscribableChannel
A
SubscribableChannel
variant for implementations with broadcasting capabilities.- Since:
- 5.3
- Author:
- Artem Bilan
-
Field Summary
-
Method Summary
Modifier and Type Method Description default boolean
isBroadcast()
Return a state of this channel in regards of broadcasting capabilities.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.
-