Annotation Interface HealthChecked


@Target(METHOD) @Retention(RUNTIME) public @interface HealthChecked
Marks component methods that provide health measurements. Annotated methods are automatically registered as health check suppliers in the analytics manager.
Author:
mlaroche
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Semantic grouping for related health checks.
    Unique identifier for the health check.
  • Element Details

    • name

      String name
      Unique identifier for the health check.
      Returns:
      Health check name
    • feature

      String feature
      Semantic grouping for related health checks.
      Returns:
      Feature category