Annotation Type HealthChecked


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface HealthChecked
    This annotation must be added on each method of a component. This method is automatically registered in the analytics manager as a health measure supplier .
    Author:
    mlaroche
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String feature
      The feature of the health check.
      String name
      The name of the health check.
    • Element Detail

      • name

        String name
        The name of the health check.
        Returns:
        name of the health check
      • feature

        String feature
        The feature of the health check.
        Returns:
        feature of the health check