| Package | Description |
|---|---|
| org.wisdom.monitor.extensions.dashboard |
| Modifier and Type | Method and Description |
|---|---|
static HealthState |
HealthState.ko()
Creates a new KO Health State instance, without any information about the failure.
|
static HealthState |
HealthState.ko(Exception e)
Creates a new KO Health State instance with an exception attached.
|
static HealthState |
HealthState.ok()
Creates a new OK Health State instance.
|
| Modifier and Type | Method and Description |
|---|---|
private SortedMap<String,HealthState> |
DashboardExtension.getHealth() |
Copyright © 2013–2015 Wisdom Framework. All rights reserved.