public interface ServicesConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
addChannelSettings(String id,
ChannelSettings settings) |
void |
addDefaultChannel(String id) |
void |
addServiceSettings(ServiceSettings settings) |
Map |
getAllChannelSettings() |
List |
getAllServiceSettings() |
ChannelSettings |
getChannelSettings(String ref) |
ClusterSettings |
getClusterSettings(String clusterId) |
List |
getDefaultChannels() |
ClusterSettings |
getDefaultCluster() |
LoggingSettings |
getLoggingSettings() |
ServiceSettings |
getServiceSettings(String id) |
void |
setLoggingSettings(LoggingSettings settings) |
void addChannelSettings(String id, ChannelSettings settings)
ChannelSettings getChannelSettings(String ref)
Map getAllChannelSettings()
void addDefaultChannel(String id)
List getDefaultChannels()
void addServiceSettings(ServiceSettings settings)
ServiceSettings getServiceSettings(String id)
List getAllServiceSettings()
void setLoggingSettings(LoggingSettings settings)
LoggingSettings getLoggingSettings()
ClusterSettings getClusterSettings(String clusterId)
ClusterSettings getDefaultCluster()
Copyright © 2015 The Apache Software Foundation. All rights reserved.