| Package | Description |
|---|---|
| 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 |
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. |
class |
CompositeReactiveHealthIndicator
Deprecated.
since 2.2.0 in favor of a
CompositeReactiveHealthContributor |
class |
HealthIndicatorReactiveAdapter
Deprecated.
since 2.2.0 in favor of
ReactiveHealthContributor.adapt(HealthContributor) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.get(String name)
Deprecated.
Returns the
ReactiveHealthIndicator registered with the given name. |
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.get(String name)
Deprecated.
|
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.unregister(String name)
Deprecated.
Unregisters the
ReactiveHealthIndicator previously registered with the
given name. |
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.unregister(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReactiveHealthIndicator> |
ReactiveHealthIndicatorRegistry.getAll()
Deprecated.
Returns a snapshot of the registered health indicators and their names.
|
Map<String,ReactiveHealthIndicator> |
DefaultReactiveHealthIndicatorRegistry.getAll()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator)
Deprecated.
Registers the given
ReactiveHealthIndicator, associating it with the given
name. |
void |
DefaultReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator)
Deprecated.
|
| 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 |
|---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthWebEndpointResponseMapper responseMapper)
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 |
RedisReactiveHealthIndicator
A
ReactiveHealthIndicator for Redis. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.