Uses of Enum Class
org.springframework.boot.availability.LivenessState
Packages that use LivenessState
Package
Description
Support for describing the availability of Spring Boot applications.
-
Uses of LivenessState in org.springframework.boot.availability
Subclasses with type arguments of type LivenessState in org.springframework.boot.availabilityMethods in org.springframework.boot.availability that return LivenessStateModifier and TypeMethodDescriptiondefault LivenessState
ApplicationAvailability.getLivenessState()
Return theLivenessState
of the application.static LivenessState
Returns the enum constant of this class with the specified name.static LivenessState[]
LivenessState.values()
Returns an array containing the constants of this enum class, in the order they are declared.