Uses of Enum Class
org.springframework.boot.availability.ReadinessState
Packages that use ReadinessState
Package
Description
Support for describing the availability of Spring Boot applications.
-
Uses of ReadinessState in org.springframework.boot.availability
Methods in org.springframework.boot.availability that return ReadinessStateModifier 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.