Annotation Interface Liveness
@Qualifier
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE,PARAMETER})
public @interface Liveness
Qualifier designed to make the
HealthIndicator
exposed via
/health/liveness
endpoint of HealthEndpoint
.- Since:
- 2.1
- Author:
- Pavol Gressa