Interface IAlerts


@Path("/alerts") public interface IAlerts
Bluemind internal API for the communication between Kapacitor and bm-core.
  • Method Summary

    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