类的使用
org.springframework.boot.actuate.health.Health
使用Health的程序包
程序包
说明
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.cassandra中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.cassandra中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> CassandraDriverReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.couchbase中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.couchbase中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> CouchbaseReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.data.elasticsearch中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.data.elasticsearch中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> ElasticsearchReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.data.mongo中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.data.mongo中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> MongoReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.data.redis中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.data.redis中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> RedisReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.health中Health的使用
修饰符和类型方法说明Health.Builder.build()
Create a newHealth
instance with the previously specified code and details.default Health
HealthIndicator.getHealth
(boolean includeDetails) Return an indication of health.final Health
AbstractHealthIndicator.health()
HealthIndicator.health()
Return an indication of health.返回变量类型为Health的类型的org.springframework.boot.actuate.health中的方法修饰符和类型方法说明protected abstract reactor.core.publisher.Mono
<Health> AbstractReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) Actual health check logic.default reactor.core.publisher.Mono
<Health> ReactiveHealthIndicator.getHealth
(boolean includeDetails) Provide the indicator of health.final reactor.core.publisher.Mono
<Health> AbstractReactiveHealthIndicator.health()
reactor.core.publisher.Mono
<Health> ReactiveHealthIndicator.health()
Provide the indicator of health. -
org.springframework.boot.actuate.neo4j中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.neo4j中的方法修饰符和类型方法说明protected reactor.core.publisher.Mono
<Health> Neo4jReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
org.springframework.boot.actuate.r2dbc中Health的使用
返回变量类型为Health的类型的org.springframework.boot.actuate.r2dbc中的方法修饰符和类型方法说明protected final reactor.core.publisher.Mono
<Health> ConnectionFactoryHealthIndicator.doHealthCheck
(Health.Builder builder)