Uses of Interface
net.morimekta.tiny.server.http.TinyHealth.HealthCheck
-
Packages that use TinyHealth.HealthCheck Package Description net.morimekta.tiny.server net.morimekta.tiny.server.http -
-
Uses of TinyHealth.HealthCheck in net.morimekta.tiny.server
Methods in net.morimekta.tiny.server with parameters of type TinyHealth.HealthCheck Modifier and Type Method Description TinyApplicationContextTinyApplicationContext. addHealthCheck(String name, TinyHealth.HealthCheck healthCheck)Add health check to active checks. -
Uses of TinyHealth.HealthCheck in net.morimekta.tiny.server.http
Constructor parameters in net.morimekta.tiny.server.http with type arguments of type TinyHealth.HealthCheck Constructor Description TinyHealthHttpHandler(Map<String,TinyHealth.HealthCheck> healthChecks)
-