Interface HealthReportListener<S,C extends SecurityContext>


public interface HealthReportListener<S,C extends SecurityContext>
Health report listener interface.
Version:
2022-08-29
Author:
Vladimir Dzhuvinov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(HealthReport<S,C> healthReport)
    Reports a health status.
  • Method Details

    • notify

      void notify(HealthReport<S,C> healthReport)
      Reports a health status.
      Parameters:
      healthReport - The health report.