public class VanillaHealthIndicator extends AbstractHealthIndicator
HealthIndicator
that simply returns "ok".Constructor and Description |
---|
VanillaHealthIndicator() |
Modifier and Type | Method and Description |
---|---|
protected Health |
doHealthCheck()
Actual health check logic.
|
health
protected Health doHealthCheck() throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
Health
Exception
- any Exception
that should create a Status.DOWN
system status.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.