public class NotificationConfig extends Object
Modifier and Type | Class and Description |
---|---|
class |
NotificationConfig.TopicConfig |
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT |
Constructor and Description |
---|
NotificationConfig() |
NotificationConfig(List<NotificationConfig.TopicConfig> topicConfigs) |
Modifier and Type | Method and Description |
---|---|
void |
addTopicConfig(NotificationConfig.TopicConfig config) |
List<NotificationConfig.TopicConfig> |
getTopicConfigs() |
String |
toXml() |
public static final String EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
public NotificationConfig(List<NotificationConfig.TopicConfig> topicConfigs)
public NotificationConfig()
public List<NotificationConfig.TopicConfig> getTopicConfigs()
public void addTopicConfig(NotificationConfig.TopicConfig config)
public String toXml() throws ParserConfigurationException, FactoryConfigurationError, TransformerException
FactoryConfigurationError
ParserConfigurationException
TransformerException
Copyright © 2006–2018. All rights reserved.