Package io.smallrye.health.api


package io.smallrye.health.api
  • Class
    Description
    The async health check procedure interface.
    Implementations of this interface are invoked prior the health report to filter(remove, add, or modify) fields in the returned JSON object.
    This qualifier is used to define a custom Health Check procedure by applying a group name to it
    Support inline instantiation of the HealthGroup qualifier.
    This annotation allow to repeat HealthGroup qualifier
    Programmatic API for the dynamic registrations and removals of health check procedures.
    The default types of health representing out-of-the-box health check groups.
    This qualifier is used to define a wellness Health Check procedure
    Support inline instantiation of the Wellness qualifier.