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
  • 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.