Package | Description |
---|---|
org.springframework.boot.actuate.cassandra |
Actuator support for Cassandra.
|
org.springframework.boot.actuate.couchbase |
Actuator support for Couchbase.
|
org.springframework.boot.actuate.elasticsearch |
Actuator support for Elasticsearch.
|
org.springframework.boot.actuate.mongo |
Actuator support for Mongo.
|
org.springframework.boot.actuate.neo4j |
Actuator support for Neo4j.
|
org.springframework.boot.actuate.r2dbc |
Actuator support for R2DBC.
|
org.springframework.boot.actuate.redis |
Actuator support for Redis.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraDriverReactiveHealthIndicator
Simple implementation of a
ReactiveHealthIndicator returning status information
for Cassandra data stores. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseReactiveHealthIndicator
A
ReactiveHealthIndicator for Couchbase. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchReactiveHealthIndicator
HealthIndicator for an Elasticsearch cluster using a
ReactiveElasticsearchClient . |
Modifier and Type | Class and Description |
---|---|
class |
MongoReactiveHealthIndicator
A
ReactiveHealthIndicator for Mongo. |
Modifier and Type | Class and Description |
---|---|
class |
Neo4jReactiveHealthIndicator
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher
statement and extracting server and database information. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryHealthIndicator
A
HealthIndicator to validate a R2DBC ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
RedisReactiveHealthIndicator
A
ReactiveHealthIndicator for Redis. |