Package | Description |
---|---|
org.springframework.boot.availability |
Support for describing the availability of Spring Boot applications.
|
Modifier and Type | Method and Description |
---|---|
static LivenessStateChangedEvent |
LivenessStateChangedEvent.broken(String cause)
Create a new
ApplicationEvent signaling that the LivenessState is
broken. |
static LivenessStateChangedEvent |
LivenessStateChangedEvent.broken(Throwable throwable)
Create a new
ApplicationEvent signaling that the LivenessState is
broken. |
static LivenessStateChangedEvent |
LivenessStateChangedEvent.live(String cause)
Create a new
ApplicationEvent signaling that the LivenessState is
live. |