Package com.nimbusds.jose.util.health
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 TypeMethodDescriptionvoidnotify(HealthReport<S, C> healthReport) Reports a health status.
-
Method Details
-
notify
Reports a health status.- Parameters:
healthReport- The health report.
-