Class HealthRegistries

java.lang.Object
io.smallrye.health.registry.HealthRegistries

@ApplicationScoped public class HealthRegistries extends Object
  • Constructor Details

    • HealthRegistries

      public HealthRegistries()
  • Method Details

    • getLivenessRegistry

      @Produces @Liveness @ApplicationScoped public HealthRegistry getLivenessRegistry()
    • getReadinessRegistry

      @Produces @Readiness @ApplicationScoped public HealthRegistry getReadinessRegistry()
    • getStartupRegistry

      @Produces @Startup @ApplicationScoped public HealthRegistry getStartupRegistry()
    • getWellnessRegistry

      @Produces @Wellness @ApplicationScoped public HealthRegistry getWellnessRegistry()
    • getRegistry

      public static HealthRegistry getRegistry(HealthType type)
    • getHealthGroupRegistry

      public static HealthRegistry getHealthGroupRegistry(String groupName)
    • getHealthGroupRegistries

      public static Collection<HealthRegistry> getHealthGroupRegistries()