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 Detail

      • notify

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