Uses of Class
io.smallrye.health.SmallRyeHealth
Packages that use SmallRyeHealth
-
Uses of SmallRyeHealth in io.smallrye.health
Methods in io.smallrye.health that return SmallRyeHealthModifier and TypeMethodDescriptionSmallRyeHealthReporter.getHealth()SmallRyeHealthReporter.getHealthGroup(String groupName) SmallRyeHealthReporter.getHealthGroups()SmallRyeHealthReporter.getLiveness()SmallRyeHealthReporter.getReadiness()SmallRyeHealthReporter.getStartup()SmallRyeHealthReporter.getWellness()Methods in io.smallrye.health that return types with arguments of type SmallRyeHealthModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getHealthAsync()io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getHealthGroupAsync(String groupName) io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getHealthGroupsAsync()io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getLivenessAsync()io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getReadinessAsync()io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getStartupAsync()io.smallrye.mutiny.Uni<SmallRyeHealth> SmallRyeHealthReporter.getWellnessAsync()Methods in io.smallrye.health with parameters of type SmallRyeHealthModifier and TypeMethodDescriptionvoidSmallRyeHealthReporter.reportHealth(OutputStream out, SmallRyeHealth health)