Uses of Interface
org.springframework.boot.health.contributor.ReactiveHealthContributor
Packages that use ReactiveHealthContributor
Package
Description
Health integration for Cassandra.
Health integration for Couchbase.
Elasticsearch health integration using Spring Data Elasticsearch.
Redis health integration using Spring Data Redis.
Auto-configuration for health contributors.
Classes related to contributing health information about an application.
Health registry support.
MongoDB health integration using Spring Data MongoDB.
Health integration for Neo4j.
Health integration for R2DBC.
-
Uses of ReactiveHealthContributor in org.springframework.boot.cassandra.health
Classes in org.springframework.boot.cassandra.health that implement ReactiveHealthContributorModifier and TypeClassDescriptionclassSimple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores. -
Uses of ReactiveHealthContributor in org.springframework.boot.couchbase.health
Classes in org.springframework.boot.couchbase.health that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.data.elasticsearch.health
Classes in org.springframework.boot.data.elasticsearch.health that implement ReactiveHealthContributorModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aReactiveElasticsearchClient. -
Uses of ReactiveHealthContributor in org.springframework.boot.data.redis.health
Classes in org.springframework.boot.data.redis.health that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.health.autoconfigure.contributor
Subclasses with type arguments of type ReactiveHealthContributor in org.springframework.boot.health.autoconfigure.contributorModifier and TypeClassDescriptionclassBase class for health contributor configurations that can combine source beans into a composite.Methods in org.springframework.boot.health.autoconfigure.contributor that return ReactiveHealthContributorModifier and TypeMethodDescriptionprotected final ReactiveHealthContributorCompositeReactiveHealthContributorConfiguration.createComposite(Map<String, B> beans) -
Uses of ReactiveHealthContributor in org.springframework.boot.health.contributor
Subinterfaces of ReactiveHealthContributor in org.springframework.boot.health.contributorModifier and TypeInterfaceDescriptioninterfaceAReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.interfaceDirectly contributesHealthinformation for specific reactive component or subsystem.Classes in org.springframework.boot.health.contributor that implement ReactiveHealthContributorModifier and TypeClassDescriptionclassBaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.Methods in org.springframework.boot.health.contributor that return ReactiveHealthContributorModifier and TypeMethodDescriptionstatic @Nullable ReactiveHealthContributorReactiveHealthContributor.adapt(@Nullable HealthContributor contributor) Adapts the givenHealthContributorinto aReactiveHealthContributorby scheduling blocking calls toSchedulers.boundedElastic().ReactiveHealthContributors.Entry.contributor()Returns the value of thecontributorrecord component.@Nullable ReactiveHealthContributorReactiveHealthContributors.getContributor(String name) Return the contributor with the given name.Method parameters in org.springframework.boot.health.contributor with type arguments of type ReactiveHealthContributorModifier and TypeMethodDescriptionCompositeReactiveHealthContributor.fromMap(Map<String, ? extends ReactiveHealthContributor> map) Factory method that will create aCompositeReactiveHealthContributorfrom the specified map.static <V> CompositeReactiveHealthContributorCompositeReactiveHealthContributor.fromMap(Map<String, V> map, Function<V, ? extends ReactiveHealthContributor> valueAdapter) Factory method that will create aCompositeReactiveHealthContributorfrom the specified map.Constructors in org.springframework.boot.health.contributor with parameters of type ReactiveHealthContributorModifierConstructorDescriptionEntry(String name, ReactiveHealthContributor contributor) Creates an instance of aEntryrecord class. -
Uses of ReactiveHealthContributor in org.springframework.boot.health.registry
Subclasses with type arguments of type ReactiveHealthContributor in org.springframework.boot.health.registryMethods in org.springframework.boot.health.registry that return ReactiveHealthContributorModifier and TypeMethodDescription@Nullable ReactiveHealthContributorDefaultReactiveHealthContributorRegistry.getContributor(String name) @Nullable ReactiveHealthContributorDefaultReactiveHealthContributorRegistry.unregisterContributor(String name) @Nullable ReactiveHealthContributorReactiveHealthContributorRegistry.unregisterContributor(String name) Unregister a previously registered contributor.Methods in org.springframework.boot.health.registry with parameters of type ReactiveHealthContributorModifier and TypeMethodDescriptionvoidDefaultReactiveHealthContributorRegistry.registerContributor(String name, ReactiveHealthContributor contributor) voidReactiveHealthContributorRegistry.registerContributor(String name, ReactiveHealthContributor contributor) Register a contributor with the givenname.Constructor parameters in org.springframework.boot.health.registry with type arguments of type ReactiveHealthContributorModifierConstructorDescriptionDefaultReactiveHealthContributorRegistry(@Nullable Collection<? extends HealthContributorNameValidator> nameValidators, @Nullable Consumer<BiConsumer<String, ReactiveHealthContributor>> initialRegistrations) Create a newDefaultReactiveHealthContributorRegistryinstance. -
Uses of ReactiveHealthContributor in org.springframework.boot.mongodb.health
Classes in org.springframework.boot.mongodb.health that implement ReactiveHealthContributor -
Uses of ReactiveHealthContributor in org.springframework.boot.neo4j.health
Classes in org.springframework.boot.neo4j.health that implement ReactiveHealthContributorModifier and TypeClassDescriptionfinal classReactiveHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of ReactiveHealthContributor in org.springframework.boot.r2dbc.health
Classes in org.springframework.boot.r2dbc.health that implement ReactiveHealthContributor