Class LogAlertPublisher

java.lang.Object
io.dyuti.dropwizard.alert.LogAlertPublisher
All Implemented Interfaces:
AlertPublisher

public class LogAlertPublisher extends Object implements AlertPublisher
  • Constructor Details

    • LogAlertPublisher

      public LogAlertPublisher()
  • Method Details

    • publish

      public void publish(String name, com.codahale.metrics.health.HealthCheck.Result result)
      Specified by:
      publish in interface AlertPublisher