LivenessState Type — spring-boot Architecture
Architecture documentation for the LivenessState type/interface in LivenessState.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/availability/LivenessState.java lines 29–41
public enum LivenessState implements AvailabilityState {
/**
* The application is running and its internal state is correct.
*/
CORRECT,
/**
* The application is running but its internal state is broken.
*/
BROKEN
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free