Uses of Enum Class
org.springframework.boot.availability.ReadinessState
Package
Description
Support for describing the availability of Spring Boot applications.
-
Uses of ReadinessState in org.springframework.boot.availability
Modifier and TypeMethodDescriptiondefault ReadinessState
ApplicationAvailability.getReadinessState()
Return theReadinessState
of the application.static ReadinessState
Returns the enum constant of this class with the specified name.static ReadinessState[]
ReadinessState.values()
Returns an array containing the constants of this enum class, in the order they are declared.