Package | Description |
---|---|
nablarch.fw.web.handler.health |
Modifier and Type | Method and Description |
---|---|
java.util.List<HealthCheckResult.Target> |
HealthCheckResult.getTargets()
全てのヘルスチェック結果を取得する。
|
Constructor and Description |
---|
HealthCheckResult(boolean healthy,
java.util.List<HealthCheckResult.Target> targets)
コンストラクタ。
|