Uses of Enum Class
io.smallrye.health.api.HealthType
Packages that use HealthType
-
Uses of HealthType in io.smallrye.health.api
Methods in io.smallrye.health.api that return HealthTypeModifier and TypeMethodDescriptionstatic HealthTypeReturns the enum constant of this class with the specified name.static HealthType[]HealthType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HealthType in io.smallrye.health.api.event
Methods in io.smallrye.health.api.event that return HealthTypeModifier and TypeMethodDescriptionHealthStatusChangeEvent.healthType()Returns the value of thehealthTyperecord component.Constructors in io.smallrye.health.api.event with parameters of type HealthTypeModifierConstructorDescriptionHealthStatusChangeEvent(HealthType healthType, org.eclipse.microprofile.health.HealthCheckResponse.Status status) HealthStatusChangeEvent(Instant timestamp, HealthType healthType, org.eclipse.microprofile.health.HealthCheckResponse.Status status) Creates an instance of aHealthStatusChangeEventrecord class.