Uses of Class
net.morimekta.tiny.server.http.TinyHealth.Status
-
Packages that use TinyHealth.Status Package Description net.morimekta.tiny.server.http -
-
Uses of TinyHealth.Status in net.morimekta.tiny.server.http
Methods in net.morimekta.tiny.server.http that return TinyHealth.Status Modifier and Type Method Description TinyHealth.StatusTinyHealth.Result. getStatus()static TinyHealth.StatusTinyHealth.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TinyHealth.Status[]TinyHealth.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.morimekta.tiny.server.http with parameters of type TinyHealth.Status Constructor Description Result(TinyHealth.Status status, String message)
-