Interface AlertPublisher

All Known Implementing Classes:
LogAlertPublisher, MetricsAlertPublisher

public interface AlertPublisher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publish(String name, com.codahale.metrics.health.HealthCheck.Result result)
     
  • Method Details

    • publish

      void publish(String name, com.codahale.metrics.health.HealthCheck.Result result)