Uses of Class
com.codahale.metrics.health.annotation.Async.InitialState
-
Packages that use Async.InitialState Package Description com.codahale.metrics.health.annotation -
-
Uses of Async.InitialState in com.codahale.metrics.health.annotation
Methods in com.codahale.metrics.health.annotation that return Async.InitialState Modifier and Type Method Description Async.InitialStateinitialState()Initial health state until first asynchronous execution completes.static Async.InitialStateAsync.InitialState. valueOf(String name)Returns the enum constant of this type with the specified name.static Async.InitialState[]Async.InitialState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-