Interface WritableHealthCheckRepository
- All Superinterfaces:
HasHealthChecks, HasId, HealthCheckRepository
A
HealthCheckRepository that supports adding and removing health checks at runtime.- Since:
- 3.20
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddHealthCheck(HealthCheck healthCheck) Adds aHealthCheckto the repository.voidremoveHealthCheck(HealthCheck healthCheck) Removes aHealthCheckfrom the repository.Methods inherited from interface HasHealthChecks
streamMethods inherited from interface HealthCheckRepository
getCheck, isEnabled, setEnabled
-
Method Details
-
addHealthCheck
Adds aHealthCheckto the repository. -
removeHealthCheck
Removes aHealthCheckfrom the repository.
-