
public abstract static class AlertDispatcher.AlertAction extends Object implements Consumer<AlertNotification>, Predicate<AlertNotification>, org.lsst.ccs.framework.HasLifecycle
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
| Constructor and Description |
|---|
AlertAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription() |
protected Logger |
getLogger() |
String |
status() |
boolean |
test(AlertNotification notif) |
protected Logger getLogger()
public abstract String getDescription()
public boolean test(AlertNotification notif)
test in interface Predicate<AlertNotification>Copyright © 2022 LSST. All rights reserved.