| Package | Description |
|---|---|
| io.dropwizard.health |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckType |
HealthCheckConfiguration.getType() |
HealthCheckType |
HealthStateView.getType() |
static HealthCheckType |
HealthCheckType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckType[] |
HealthCheckType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckConfiguration.setType(HealthCheckType type) |
void |
HealthStateView.setType(HealthCheckType type) |
| Constructor and Description |
|---|
HealthStateView(String name,
boolean healthy,
HealthCheckType type,
boolean critical) |
Copyright © 2011. All rights reserved.