Uses of Enum
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 type with the specified name.static ReadinessState[]
ReadinessState.values()
Returns an array containing the constants of this enum type, in the order they are declared.