Class LegacyAlertCondition

java.lang.Object
org.graylog2.alerts.AbstractAlertCondition
org.graylog.events.legacy.LegacyAlertCondition
All Implemented Interfaces:
AlertCondition, EmbeddedPersistable

public class LegacyAlertCondition extends AbstractAlertCondition
This is used to support legacy AlarmCallbacks. An alarm callback expects an instance of an AlertCondition. This is basically just a small wrapper around AbstractAlertCondition to act as a dummy.