Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cassandra |
Auto-configuration for actuator Cassandra concerns.
|
org.springframework.boot.actuate.autoconfigure.couchbase |
Auto-configuration for actuator Couchbase concerns.
|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.autoconfigure.mongo |
Auto-configuration for actuator MongoDB concerns.
|
org.springframework.boot.actuate.autoconfigure.redis |
Auto-configuration for actuator Redis 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 | Method and Description |
---|---|
ReactiveHealthContributor |
CassandraReactiveHealthContributorAutoConfiguration.cassandraHealthContributor(Map<String,org.springframework.data.cassandra.core.ReactiveCassandraOperations> reactiveCassandraOperations) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthContributor |
CouchbaseReactiveHealthContributorAutoConfiguration.couchbaseHealthContributor(Map<String,com.couchbase.client.java.Cluster> clusters) |
Modifier and Type | Method and Description |
---|---|
protected ReactiveHealthContributor |
CompositeReactiveHealthContributorConfiguration.createComposite(Map<String,B> beans) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthContributor |
MongoReactiveHealthContributorAutoConfiguration.mongoHealthContributor(Map<String,org.springframework.data.mongodb.core.ReactiveMongoTemplate> reactiveMongoTemplates) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthContributor |
RedisReactiveHealthContributorAutoConfiguration.redisHealthContributor() |
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. |
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. |