Uses of Interface
org.springframework.boot.actuate.health.ReactiveHealthContributor
Package
Description
Auto-configuration for actuator Couchbase concerns.
Auto-configuration for actuator Elasticsearch concerns dependent on Spring Data.
Auto-configuration for actuator MongoDB concerns dependent on Spring Data.
Auto-configuration for actuator Redis concerns dependent on Spring Data.
Auto-configuration for actuator health concerns.
Auto-configuration for actuator R2DBC.
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Elasticsearch dependent on Spring Data.
Actuator support for Mongo dependent on Spring Data.
Actuator support for Redis dependent on Spring Data.
Actuator health indicator and endpoints.
Actuator support for Neo4j.
Actuator support for R2DBC.
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.couchbase
Modifier and TypeMethodDescriptionCouchbaseReactiveHealthContributorAutoConfiguration.couchbaseHealthContributor
(Map<String, com.couchbase.client.java.Cluster> clusters) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.data.elasticsearch
Modifier and TypeMethodDescriptionElasticsearchReactiveHealthContributorAutoConfiguration.elasticsearchHealthContributor
(Map<String, org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient> clients) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.data.mongo
Modifier and TypeMethodDescriptionMongoReactiveHealthContributorAutoConfiguration.mongoHealthContributor
(Map<String, org.springframework.data.mongodb.core.ReactiveMongoTemplate> reactiveMongoTemplates) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.data.redis
Modifier and TypeMethodDescriptionRedisReactiveHealthContributorAutoConfiguration.redisHealthContributor()
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.health
Modifier and TypeMethodDescriptionprotected final ReactiveHealthContributor
CompositeReactiveHealthContributorConfiguration.createComposite
(Map<String, B> beans) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.r2dbc
Modifier and TypeMethodDescriptionConnectionFactoryHealthContributorAutoConfiguration.r2dbcHealthContributor()
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.cassandra
Modifier and TypeClassDescriptionclass
Simple implementation of aReactiveHealthIndicator
returning status information for Cassandra data stores. -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.couchbase
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.data.elasticsearch
Modifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aReactiveElasticsearchClient
. -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.data.mongo
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.data.redis
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.health
Modifier and TypeInterfaceDescriptioninterface
AReactiveHealthContributor
that is composed of otherReactiveHealthContributor
instances.interface
Strategy interface used to contributeHealth
to the results returned from the reactive variant of theHealthEndpoint
.Modifier and TypeClassDescriptionclass
BaseReactiveHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling.Modifier and TypeMethodDescriptionstatic ReactiveHealthContributor
ReactiveHealthContributor.adapt
(HealthContributor healthContributor) Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<? extends HealthComponent>
ReactiveHealthEndpointWebExtension.getHealth
(ReactiveHealthContributor contributor, boolean includeDetails) Modifier and TypeMethodDescriptionCompositeReactiveHealthContributor.fromMap
(Map<String, ? extends ReactiveHealthContributor> map) Factory method that will create aCompositeReactiveHealthContributor
from the specified map.static <V> CompositeReactiveHealthContributor
CompositeReactiveHealthContributor.fromMap
(Map<String, V> map, Function<V, ? extends ReactiveHealthContributor> valueAdapter) Factory method that will create aCompositeReactiveHealthContributor
from the specified map.ModifierConstructorDescriptionDefaultReactiveHealthContributorRegistry
(Map<String, ReactiveHealthContributor> contributors, Function<String, String> nameFactory) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.neo4j
Modifier and TypeClassDescriptionfinal class
ReactiveHealthIndicator
that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.r2dbc