JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bluemind.metrics.alerts.api
IAlerts
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
receive(Stream)
Interface IAlerts
@Path("/alerts")
public interface
IAlerts
Bluemind internal API for the communication between Kapacitor and bm-core.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
receive
(
Stream
alertPayload)
Send an alert.
Method Details
receive
@POST
void
receive
(
Stream
alertPayload)
Send an alert. Used by Kapacitor to push an alert to bm-core.
Parameters:
alertPayload
- the alert content as a
Stream