public class DefaultDistributionService extends Object implements DistributionService
Manages the available outgoing AppModel channels.
| Constructor and Description |
|---|
DefaultDistributionService() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<DistributionChannelInfo> |
getAvailableChannelInfo()
Provides information about the available distribution channels.
|
void |
sendApp(String appModelId,
List<String> channelIds,
String comment)
Sends an app to the given channels.
|
void |
setManagedChannelAdapters(List<? extends OutgoingAppChannelAdapter> managedAdapters)
Sets the list of managed channel adapters.
|
public void setManagedChannelAdapters(List<? extends OutgoingAppChannelAdapter> managedAdapters)
Sets the list of managed channel adapters.
managedAdapters - the managed channel adapterspublic com.google.common.collect.ImmutableList<DistributionChannelInfo> getAvailableChannelInfo()
DistributionServiceProvides information about the available distribution channels.
getAvailableChannelInfo in interface DistributionServiceCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.