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 org.lsst.ccs.utilities.logging.Logger |
getLogger() |
String |
status() |
boolean |
test(AlertNotification notif) |
protected org.lsst.ccs.utilities.logging.Logger getLogger()
@Command public String status()
public abstract String getDescription()
public boolean test(AlertNotification notif)
test in interface Predicate<AlertNotification>Copyright © 2022 LSST. All rights reserved.