public interface HealthCheck
Result
.
Clients should not look up health checks directly but
rather use the HealthCheckExecutor
service and executed checks based on tags.
If the MBEAN_NAME
service registration property is set,
the health check is registered as an mbean and can be invoked
by getting the MBean from the JMX registry.Modifier and Type | Field and Description |
---|---|
static String |
ASYNC_CRON_EXPRESSION
Optional service property: If this property is set the health check
will be executed asynchronously using the cron expression provided.
|
static String |
MBEAN_NAME
Optional service property: the name of the MBean for registering
the health check as an MBean.
|
static String |
NAME
Optional service property: the name of a health check.
|
static String |
TAGS
Optional service property: tags for categorizing the health check
services.
|
static final String NAME
static final String MBEAN_NAME
static final String TAGS
static final String ASYNC_CRON_EXPRESSION
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.