接口 ReactiveHealthIndicator
- 所有超级接口:
ReactiveHealthContributor
- 所有已知实现类:
AbstractReactiveHealthIndicator
,CassandraDriverReactiveHealthIndicator
,ConnectionFactoryHealthIndicator
,CouchbaseReactiveHealthIndicator
,ElasticsearchReactiveHealthIndicator
,MongoReactiveHealthIndicator
,Neo4jReactiveHealthIndicator
,RedisReactiveHealthIndicator
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Strategy interface used to contribute
Health
to the results returned from the
reactive variant of the HealthEndpoint
.
This is non-blocking contract that is meant to be used in a reactive application. See
HealthIndicator
for the traditional contract.
- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll
- 另请参阅:
-
方法概要