public interface ChannelProvider
ChannelProvider
...Modifier and Type | Method and Description |
---|---|
Channel |
getChannel(ChannelConfig channelConfig)
Retrieves the channel defined in the given
ChannelConfig |
java.util.List<Channel> |
getChannels()
Retrieves all channels currently registered within the system.
|
java.util.List<Channel> |
getChannels(Subscription subscription)
Retrieves the channels defined within a
Subscription . |
java.util.List<Channel> getChannels()
List
of channels.java.util.List<Channel> getChannels(Subscription subscription)
Subscription
.subscription
- The subscription for which to get the channels.List
of channels.Channel getChannel(ChannelConfig channelConfig)
ChannelConfig
channelConfig
- The channel configuration for which to the the channelCopyright © 2010 - 2020 Adobe. All Rights Reserved