Interface | Description |
---|---|
HealthIndicator<T> |
Strategy interface used to provide an indication of application health.
|
Class | Description |
---|---|
CompositeHealthIndicator |
HealthIndicator that returns health indications from all registered delegates. |
MongoHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for
Mongo data stores. |
RabbitHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for the
RabbitMQ messaging system. |
RedisHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for
Redis data stores. |
SimpleDataSourceHealthIndicator |
Simple implementation of
HealthIndicator that returns a status and also
attempts a simple database test. |
VanillaHealthIndicator |
Default implementation of
HealthIndicator that simply returns "ok". |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.