- java.lang.Object
-
- net.morimekta.tiny.server.http.TinyHealth
-
public final class TinyHealth extends Object
Handle health and readiness for Tiny Server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTinyHealth.HealthCheckInterface for checking the healthiness of a service.static interfaceTinyHealth.ReadyCheckInterface for checking the readiness of a service.static classTinyHealth.ResultThe healthiness result.static classTinyHealth.StatusThe actual healthiness status.
-