Package | Description |
---|---|
org.adroitlogic.ultraesb.api.management |
Modifier and Type | Method and Description |
---|---|
AlertConfigurationDefinition.Severity |
AlertConfigurationDefinition.getSeverity() |
static AlertConfigurationDefinition.Severity |
AlertConfigurationDefinition.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfigurationDefinition.Severity[] |
AlertConfigurationDefinition.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AlertConfigurationDefinition(Long id,
String description,
String stream,
AlertConfigurationDefinition.Severity severity,
AlertConfigurationDefinition.Function function,
Double minThreshold,
Double maxThreshold,
Integer hitCount,
Long withPeriod,
List<AlertActionDefinition> actions)
Constructs a non-event alert configuration definition
|
AlertConfigurationDefinition(Long id,
String description,
String stream,
String event,
String secondEvent,
AlertConfigurationDefinition.Severity severity,
AlertConfigurationDefinition.Function function,
Double minThreshold,
Double maxThreshold,
Integer hitCount,
Long withPeriod,
List<AlertActionDefinition> actions)
Constructs an event stream based alert configuration definition
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.