public class GeodeGatewayReceiversHealthIndicator extends AbstractGeodeHealthIndicator
GeodeGatewayReceiversHealthIndicator
class is a Spring Boot HealthIndicator
providing details
about the health of Apache Geode GatewayReceivers
.Cache
,
GemFireCache
,
GatewayReceiver
,
Health
,
HealthIndicator
,
AbstractGeodeHealthIndicator
UNKNOWN
Constructor and Description |
---|
GeodeGatewayReceiversHealthIndicator()
Default constructor to construct an uninitialized instance of
GeodeGatewayReceiversHealthIndicator ,
which will not provide any health information. |
GeodeGatewayReceiversHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
Constructs an instance of the
GeodeGatewayReceiversHealthIndicator initialized with a reference to
the GemFireCache instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
getGemFireCache, nullSafeClassName, toYesNoString
public GeodeGatewayReceiversHealthIndicator()
GeodeGatewayReceiversHealthIndicator
,
which will not provide any health information.public GeodeGatewayReceiversHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
GeodeGatewayReceiversHealthIndicator
initialized with a reference to
the GemFireCache
instance.gemfireCache
- reference to the GemFireCache
instance used to collect health information.java.lang.IllegalArgumentException
- if GemFireCache
is null.GemFireCache