Interface ChannelProvider


public interface ChannelProvider
ChannelProvider...
  • Method Details

    • getChannels

      List<Channel> getChannels()
      Retrieves all channels currently registered within the system.
      Returns:
      A List of channels.
    • getChannels

      List<Channel> getChannels(Subscription subscription)
      Retrieves the channels defined within a Subscription.
      Parameters:
      subscription - The subscription for which to get the channels.
      Returns:
      A List of channels.
    • getChannel

      Channel getChannel(ChannelConfig channelConfig)
      Retrieves the channel defined in the given ChannelConfig
      Parameters:
      channelConfig - The channel configuration for which to the the channel
      Returns:
      A channel.