| 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 | Interface and Description |
|---|---|
interface |
CompositeReactiveHealthContributor
A
ReactiveHealthContributor that is composed of other
ReactiveHealthContributor instances. |
interface |
ReactiveHealthIndicator
Strategy interface used to contribute
Health to the results returned from the
reactive variant of the HealthEndpoint. |
| 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
adapt(HealthContributor) |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveHealthContributor |
ReactiveHealthContributor.adapt(HealthContributor healthContributor) |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.core.publisher.Mono<? extends HealthComponent> |
ReactiveHealthEndpointWebExtension.getHealth(ReactiveHealthContributor contributor,
boolean includeDetails) |
| Modifier and Type | Method and Description |
|---|---|
static CompositeReactiveHealthContributor |
CompositeReactiveHealthContributor.fromMap(Map<String,? extends ReactiveHealthContributor> map)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
static <V> CompositeReactiveHealthContributor |
CompositeReactiveHealthContributor.fromMap(Map<String,V> map,
Function<V,? extends ReactiveHealthContributor> valueAdapter)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
| Constructor and Description |
|---|
DefaultReactiveHealthContributorRegistry(Map<String,ReactiveHealthContributor> contributors) |
DefaultReactiveHealthContributorRegistry(Map<String,ReactiveHealthContributor> contributors,
Function<String,String> nameFactory) |
| 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 © 2019 Pivotal Software, Inc.. All rights reserved.