Package | Description |
---|---|
org.springframework.boot.actuate.health |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceHealthIndicator
HealthIndicator that tests the status of a DataSource and optionally
runs a test query. |
class |
MongoHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Mongo data stores. |
class |
RabbitHealthIndicator
Simple implementation of a
HealthIndicator returning status information for the
RabbitMQ messaging system. |
class |
RedisHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Redis data stores. |
class |
SolrHealthIndicator
HealthIndicator for Apache Solr. |
class |
VanillaHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP . |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.