public interface AlertConfiguration extends BeanConfig
Implementors of this interface can provide more strongly typed API to enforce type-safety and argument verifications.
An AlertConfiguration
may be parsed by an AlertConfigurationParser
. For example,
using the XmlAlertConfigurationParser
which it's AlertConfigurationParser.parse()
method returns an array of configurations to be passed to
AlertManager.configure(AlertConfiguration[])
.
AlertConfigurer
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
getBeanClassName, getProperties, setProperties
Copyright © GigaSpaces.