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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupport inline instantiation of theHealthGroupqualifier. -
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- name of the custom group
-