public interface AlertEmitter
Modifier and Type | Method and Description |
---|---|
void |
emitAlert(Map<String,String> payload)
Emit an alert.
|
void emitAlert(Map<String,String> payload)
AlertPublisher
is placed after this stage, it will be able to publish the alerts.
Otherwise the alerts are simply dropped.payload
- the alert payloadCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.