| Package | Description |
|---|---|
| io.smallrye.health |
| Modifier and Type | Method and Description |
|---|---|
SmallRyeHealth |
SmallRyeHealthReporter.getHealth() |
SmallRyeHealth |
SmallRyeHealthReporter.getHealthGroup(String groupName) |
SmallRyeHealth |
SmallRyeHealthReporter.getHealthGroups() |
SmallRyeHealth |
SmallRyeHealthReporter.getLiveness() |
SmallRyeHealth |
SmallRyeHealthReporter.getReadiness() |
SmallRyeHealth |
SmallRyeHealthReporter.getStartness() |
SmallRyeHealth |
SmallRyeHealthReporter.getWellness() |
| Modifier and Type | Method and Description |
|---|---|
io.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.getStartnessAsync() |
io.smallrye.mutiny.Uni<SmallRyeHealth> |
SmallRyeHealthReporter.getWellnessAsync() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallRyeHealthReporter.reportHealth(OutputStream out,
SmallRyeHealth health) |
Copyright © 2018–2021. All rights reserved.