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 |
---|---|
ReactiveHealthContributor |
ElasticSearchReactiveHealthContributorAutoConfiguration.elasticsearchHealthContributor(Map<String,org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient> clients) |
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 |
ConnectionFactoryHealthContributorAutoConfiguration.r2dbcHealthContributor() |
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 | Class and Description |
---|---|
class |
ElasticsearchReactiveHealthIndicator
HealthIndicator for an Elasticsearch cluster using a
ReactiveElasticsearchClient . |
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 |
ConnectionFactoryHealthIndicator
A
HealthIndicator to validate a R2DBC ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
RedisReactiveHealthIndicator
A
ReactiveHealthIndicator for Redis. |