Uses of Enum Class
org.springframework.boot.availability.LivenessState
Package
Description
Support for describing the availability of Spring Boot applications.
-
Uses of LivenessState in org.springframework.boot.availability
Modifier 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.