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 Classes
    Modifier and Type
    Class
    Description
    static final class 
    Support inline instantiation of the HealthGroup qualifier.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      name of the custom group