Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.cassandra |
Actuator support for Cassandra.
|
org.springframework.boot.actuate.couchbase |
Actuator support for Couchbase.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.mongo |
Actuator support for Mongo.
|
org.springframework.boot.actuate.redis |
Actuator support for Redis.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
Base class for health contributor configurations that can combine source beans into a
composite.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraReactiveHealthIndicator
A
ReactiveHealthIndicator for Cassandra. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseReactiveHealthIndicator
A
ReactiveHealthIndicator for Couchbase. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReactiveHealthIndicator
Base
ReactiveHealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
Modifier and Type | Class and Description |
---|---|
class |
MongoReactiveHealthIndicator
A
ReactiveHealthIndicator for Mongo. |
Modifier and Type | Class and Description |
---|---|
class |
RedisReactiveHealthIndicator
A
ReactiveHealthIndicator for Redis. |