Interface BroadcastCapableChannel

All Superinterfaces:
org.springframework.messaging.MessageChannel, org.springframework.messaging.SubscribableChannel
All Known Implementing Classes:
PublishSubscribeChannel

public interface BroadcastCapableChannel
extends org.springframework.messaging.SubscribableChannel
A SubscribableChannel variant for implementations with broadcasting capabilities.
Since:
5.3
  • Field Summary

    Fields inherited from interface org.springframework.messaging.MessageChannel

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