Package | Description |
---|---|
org.adroitlogic.ultraesb.api.management |
Modifier and Type | Method and Description |
---|---|
List<AlertActionDefinition> |
AlertConfigurationDefinition.getActions() |
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.