接口的使用
org.springframework.boot.actuate.health.ReactiveHealthContributor
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.couchbase中ReactiveHealthContributor的使用
修饰符和类型方法说明CouchbaseReactiveHealthContributorAutoConfiguration.couchbaseHealthContributor(ConfigurableListableBeanFactory beanFactory) -
org.springframework.boot.actuate.autoconfigure.data.elasticsearch中ReactiveHealthContributor的使用
修饰符和类型方法说明ElasticsearchReactiveHealthContributorAutoConfiguration.elasticsearchHealthContributor(ConfigurableListableBeanFactory beanFactory) -
org.springframework.boot.actuate.autoconfigure.data.mongo中ReactiveHealthContributor的使用
修饰符和类型方法说明MongoReactiveHealthContributorAutoConfiguration.mongoHealthContributor(ConfigurableListableBeanFactory beanFactory) -
org.springframework.boot.actuate.autoconfigure.data.redis中ReactiveHealthContributor的使用
修饰符和类型方法说明RedisReactiveHealthContributorAutoConfiguration.redisHealthContributor(ConfigurableListableBeanFactory beanFactory) -
org.springframework.boot.actuate.autoconfigure.health中ReactiveHealthContributor的使用
修饰符和类型方法说明protected final ReactiveHealthContributorCompositeReactiveHealthContributorConfiguration.createComposite(Map<String, B> beans) -
org.springframework.boot.actuate.autoconfigure.r2dbc中ReactiveHealthContributor的使用
修饰符和类型方法说明ConnectionFactoryHealthContributorAutoConfiguration.r2dbcHealthContributor(ConfigurableListableBeanFactory beanFactory) -
org.springframework.boot.actuate.cassandra中ReactiveHealthContributor的使用
修饰符和类型类说明classSimple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores. -
org.springframework.boot.actuate.couchbase中ReactiveHealthContributor的使用
-
org.springframework.boot.actuate.data.elasticsearch中ReactiveHealthContributor的使用
-
org.springframework.boot.actuate.data.mongo中ReactiveHealthContributor的使用
-
org.springframework.boot.actuate.data.redis中ReactiveHealthContributor的使用
-
org.springframework.boot.actuate.health中ReactiveHealthContributor的使用
修饰符和类型接口说明interfaceAReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.interfaceStrategy interface used to contributeHealthto the results returned from the reactive variant of theHealthEndpoint.修饰符和类型类说明classBaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.修饰符和类型方法说明static ReactiveHealthContributorReactiveHealthContributor.adapt(HealthContributor healthContributor) 修饰符和类型方法说明protected reactor.core.publisher.Mono<? extends HealthComponent> ReactiveHealthEndpointWebExtension.getHealth(ReactiveHealthContributor contributor, boolean includeDetails) 修饰符和类型方法说明CompositeReactiveHealthContributor.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.限定符构造器说明DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor> contributors, Function<String, String> nameFactory) -
org.springframework.boot.actuate.neo4j中ReactiveHealthContributor的使用
修饰符和类型类说明final classReactiveHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
org.springframework.boot.actuate.r2dbc中ReactiveHealthContributor的使用