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