public abstract class AbstractHealthIndicator extends Object implements HealthIndicator
HealthIndicator
implementations that encapsulates creation of
Health
instance and error handling.
This implementation is only suitable if an Exception
raised from
doHealthCheck()
should create a Status.DOWN
health status.
Constructor and Description |
---|
AbstractHealthIndicator() |
public final Health health()
health
in interface HealthIndicator
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.