Uses of Interface
org.springframework.boot.actuate.health.ReactiveHealthContributor
Packages that use ReactiveHealthContributor
Package
Description
Auto-configuration for actuator Couchbase concerns.
Auto-configuration for actuator Elasticsearch concerns.
Auto-configuration for actuator health concerns.
Auto-configuration for actuator MongoDB concerns.
Auto-configuration for actuator R2DBC.
Auto-configuration for actuator Redis concerns.
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Elasticsearch.
Actuator health indicator and endpoints.
Actuator support for Mongo.
Actuator support for Neo4j.
Actuator support for R2DBC.
Actuator support for Redis.
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.couchbase
Methods in org.springframework.boot.actuate.autoconfigure.couchbase that return ReactiveHealthContributorModifier and TypeMethodDescriptionCouchbaseReactiveHealthContributorAutoConfiguration.couchbaseHealthContributor
(Map<String, com.couchbase.client.java.Cluster> clusters) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.elasticsearch
Methods in org.springframework.boot.actuate.autoconfigure.elasticsearch that return ReactiveHealthContributorModifier and TypeMethodDescriptionElasticSearchReactiveHealthContributorAutoConfiguration.elasticsearchHealthContributor
(Map<String, org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient> clients) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.health
Methods in org.springframework.boot.actuate.autoconfigure.health that return ReactiveHealthContributorModifier and TypeMethodDescriptionprotected final ReactiveHealthContributor
CompositeReactiveHealthContributorConfiguration.createComposite
(Map<String, B> beans) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.mongo
Methods in org.springframework.boot.actuate.autoconfigure.mongo that return ReactiveHealthContributorModifier and TypeMethodDescriptionMongoReactiveHealthContributorAutoConfiguration.mongoHealthContributor
(Map<String, org.springframework.data.mongodb.core.ReactiveMongoTemplate> reactiveMongoTemplates) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.r2dbc
Methods in org.springframework.boot.actuate.autoconfigure.r2dbc that return ReactiveHealthContributorModifier and TypeMethodDescriptionConnectionFactoryHealthContributorAutoConfiguration.r2dbcHealthContributor()
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.autoconfigure.redis
Methods in org.springframework.boot.actuate.autoconfigure.redis that return ReactiveHealthContributorModifier and TypeMethodDescriptionRedisReactiveHealthContributorAutoConfiguration.redisHealthContributor()
-
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.cassandra
Classes in org.springframework.boot.actuate.cassandra that implement ReactiveHealthContributorModifier and TypeClassDescriptionclass
Simple implementation of aReactiveHealthIndicator
returning status information for Cassandra data stores. -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.couchbase
Classes in org.springframework.boot.actuate.couchbase that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.elasticsearch
Classes in org.springframework.boot.actuate.elasticsearch that implement ReactiveHealthContributorModifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aReactiveElasticsearchClient
. -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.health
Subinterfaces of ReactiveHealthContributor in org.springframework.boot.actuate.healthModifier 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
.Classes in org.springframework.boot.actuate.health that implement ReactiveHealthContributorModifier and TypeClassDescriptionclass
BaseReactiveHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling.Methods in org.springframework.boot.actuate.health that return ReactiveHealthContributorModifier and TypeMethodDescriptionstatic ReactiveHealthContributor
ReactiveHealthContributor.adapt
(HealthContributor healthContributor) Methods in org.springframework.boot.actuate.health with parameters of type ReactiveHealthContributorModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<? extends HealthComponent>
ReactiveHealthEndpointWebExtension.getHealth
(ReactiveHealthContributor contributor, boolean includeDetails) Method parameters in org.springframework.boot.actuate.health with type arguments of type ReactiveHealthContributorModifier 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.Constructor parameters in org.springframework.boot.actuate.health with type arguments of type ReactiveHealthContributorModifierConstructorDescriptionDefaultReactiveHealthContributorRegistry
(Map<String, ReactiveHealthContributor> contributors, Function<String, String> nameFactory) -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.mongo
Classes in org.springframework.boot.actuate.mongo that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.neo4j
Classes in org.springframework.boot.actuate.neo4j that implement ReactiveHealthContributorModifier 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
Classes in org.springframework.boot.actuate.r2dbc that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.actuate.redis
Classes in org.springframework.boot.actuate.redis that implement ReactiveHealthContributor