public class GeodeGatewaySendersHealthIndicator extends AbstractGeodeHealthIndicator
GeodeGatewaySendersHealthIndicator
class is a Spring Boot HealthIndicator
providing details about
the health of Apache Geode GatewaySenders
.Cache
,
GemFireCache
,
GatewaySender
,
Health
,
HealthIndicator
,
AbstractGeodeHealthIndicator
UNKNOWN
Constructor and Description |
---|
GeodeGatewaySendersHealthIndicator()
Default constructor to construct an uninitialized instance of
GeodeGatewaySendersHealthIndicator ,
which will not provide any health information. |
GeodeGatewaySendersHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
Constructs an instance of the
GeodeGatewaySendersHealthIndicator 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 GeodeGatewaySendersHealthIndicator()
GeodeGatewaySendersHealthIndicator
,
which will not provide any health information.public GeodeGatewaySendersHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
GeodeGatewaySendersHealthIndicator
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