@ApplicationScoped public class HealthRegistries extends Object
| Constructor and Description |
|---|
HealthRegistries() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<HealthRegistry> |
getHealthGroupRegistries() |
static HealthRegistry |
getHealthGroupRegistry(String groupName) |
HealthRegistry |
getLivenessRegistry() |
HealthRegistry |
getReadinessRegistry() |
static HealthRegistry |
getRegistry(HealthType type) |
HealthRegistry |
getStartupRegistry() |
HealthRegistry |
getWellnessRegistry() |
@Produces @Liveness @ApplicationScoped public HealthRegistry getLivenessRegistry()
@Produces @Readiness @ApplicationScoped public HealthRegistry getReadinessRegistry()
@Produces @Startup @ApplicationScoped public HealthRegistry getStartupRegistry()
@Produces @Wellness @ApplicationScoped public HealthRegistry getWellnessRegistry()
public static HealthRegistry getRegistry(HealthType type)
public static HealthRegistry getHealthGroupRegistry(String groupName)
public static Collection<HealthRegistry> getHealthGroupRegistries()
Copyright © 2018–2022. All rights reserved.