public class NotificationConfig extends Object
Modifier and Type | Class | Description |
---|---|---|
class |
NotificationConfig.TopicConfig |
Modifier and Type | Field | Description |
---|---|---|
static String |
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT |
Constructor | Description |
---|---|
NotificationConfig() |
|
NotificationConfig(List<NotificationConfig.TopicConfig> topicConfigs) |
Modifier and Type | Method | 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