Uses of Interface
net.morimekta.tiny.server.http.TinyHealth.ReadyCheck
-
Packages that use TinyHealth.ReadyCheck Package Description net.morimekta.tiny.server net.morimekta.tiny.server.http -
-
Uses of TinyHealth.ReadyCheck in net.morimekta.tiny.server
Methods in net.morimekta.tiny.server with parameters of type TinyHealth.ReadyCheck Modifier and Type Method Description TinyApplicationContextTinyApplicationContext. addReadyCheck(String name, TinyHealth.ReadyCheck readyCheck)Add ready check to active checks. -
Uses of TinyHealth.ReadyCheck in net.morimekta.tiny.server.http
Constructor parameters in net.morimekta.tiny.server.http with type arguments of type TinyHealth.ReadyCheck Constructor Description TinyReadyHttpHandler(Map<String,TinyHealth.ReadyCheck> readyChecks)
-