Modifier and Type | Method and Description |
---|---|
static void |
HealthChecks.register(HealthCheck healthCheck)
Registers an application
HealthCheck with a given name. |
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckRegistry.register(HealthCheck healthCheck)
Registers an application
HealthCheck . |
void |
HealthCheckRegistry.unregister(HealthCheck healthCheck)
Unregisters the given
HealthCheck . |
Modifier and Type | Class and Description |
---|---|
class |
DeadlockHealthCheck
A
HealthCheck implementation which returns a list of deadlocked threads, if any. |