Package | Description |
---|---|
org.springframework.boot.availability |
Support for describing the availability of Spring Boot applications.
|
Modifier and Type | Method and Description |
---|---|
static ReadinessStateChangedEvent |
ReadinessStateChangedEvent.ready()
Create a new
ApplicationEvent signaling that the ReadinessState is
ready. |
static ReadinessStateChangedEvent |
ReadinessStateChangedEvent.unready()
Create a new
ApplicationEvent signaling that the ReadinessState is
unready. |