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.elasticsearch |
Actuator support for Elasticsearch.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.mongo |
Actuator support for Mongo.
|
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 |
CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
Base class for health contributor configurations that can combine source beans into a
composite.
|
class |
CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S>
Deprecated.
since 2.2.0 for removal in 2.4.0 in favor of
CompositeReactiveHealthContributorConfiguration |
Modifier and Type | Method and Description |
---|---|
protected ReactiveHealthIndicator |
CompositeReactiveHealthIndicatorConfiguration.createHealthIndicator(Map<String,S> beans)
Deprecated.
|
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 |
ElasticsearchReactiveHealthIndicator
HealthIndicator for an Elasticsearch cluster using a
ReactiveElasticsearchClient . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReactiveHealthIndicator
Base
ReactiveHealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
class |
CompositeReactiveHealthIndicator
Deprecated.
since 2.2.0 for removal in 2.4.0 in favor of a
CompositeReactiveHealthContributor |
class |
HealthIndicatorReactiveAdapter
Deprecated.
since 2.2.0 for removal in 2.4.0 in favor of
ReactiveHealthContributor.adapt(HealthContributor) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.get(String name)
Deprecated.
|
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.get(String name)
Deprecated.
Returns the
ReactiveHealthIndicator registered with the given name . |
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.unregister(String name)
Deprecated.
|
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.unregister(String name)
Deprecated.
Unregisters the
ReactiveHealthIndicator previously registered with the
given name . |
Modifier and Type | Method and Description |
---|---|
Map<String,ReactiveHealthIndicator> |
DefaultReactiveHealthIndicatorRegistry.getAll()
Deprecated.
|
Map<String,ReactiveHealthIndicator> |
ReactiveHealthIndicatorRegistry.getAll()
Deprecated.
Returns a snapshot of the registered health indicators and their names.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator)
Deprecated.
|
void |
ReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator)
Deprecated.
Registers the given
ReactiveHealthIndicator , associating it with the given
name . |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicatorRegistry |
ReactiveHealthIndicatorRegistryFactory.createReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
protected <T extends ReactiveHealthIndicatorRegistry> |
ReactiveHealthIndicatorRegistryFactory.initialize(T registry,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
|
Constructor and Description |
---|
DefaultReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> healthIndicators)
Deprecated.
Create a new
DefaultReactiveHealthIndicatorRegistry from the specified
indicators. |
Modifier and Type | Class and Description |
---|---|
class |
MongoReactiveHealthIndicator
A
ReactiveHealthIndicator for Mongo. |
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. |