接口 ReactiveHealthContributor

所有已知子接口:
CompositeReactiveHealthContributor, ReactiveHealthIndicator
所有已知实现类:
AbstractReactiveHealthIndicator, CassandraDriverReactiveHealthIndicator, ConnectionFactoryHealthIndicator, CouchbaseReactiveHealthIndicator, ElasticsearchReactiveHealthIndicator, MongoReactiveHealthIndicator, Neo4jReactiveHealthIndicator, RedisReactiveHealthIndicator

public interface ReactiveHealthContributor
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint. A contributor must be either a ReactiveHealthIndicator or a CompositeReactiveHealthContributor.
从以下版本开始:
2.2.0
作者:
Phillip Webb
另请参阅: