Interface AlertConfigurationParser
- All Known Implementing Classes:
XmlAlertConfigurationParser
public interface AlertConfigurationParser
A configuration parser for setting a bulk of alert configurations using the call to
AlertManager.configure(AlertConfiguration[]). - Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Method Summary
-
Method Details
-
parse
Parse and return an array ofAlertConfiguration.BeanConfig.getProperties()- String key-value properties used to configure the alert.AlertConfiguration.isEnabled()- enable the configuration for this alert.BeanConfig.getBeanClassName()- the server-side alert trigger class name.
- Returns:
- a non-null array of
AlertConfigurations. - Throws:
AlertConfigurationParserException- if failed to parse.
-