Package io.smallrye.health.api
Annotation Type HealthGroup
-
@Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented @Qualifier @Repeatable(HealthGroups.class) @Experimental("Custom health group definitions exposed at /health/group/{group-name}. Not covered by the specification. Subject to change.") public @interface HealthGroup
This qualifier is used to define a custom Health Check procedure by applying a group name to it- Author:
- Antoine Sabot-Durand
-
-
Element Detail
-
value
String value
- Returns:
- name of the custom group
-
-