接口 HealthContributor

所有已知子接口:
CompositeHealthContributor, HealthIndicator
所有已知实现类:
AbstractHealthIndicator, AvailabilityStateHealthIndicator, CassandraDriverHealthIndicator, CouchbaseHealthIndicator, DataSourceHealthIndicator, DiskSpaceHealthIndicator, ElasticsearchRestClientHealthIndicator, HazelcastHealthIndicator, JmsHealthIndicator, LdapHealthIndicator, LivenessStateHealthIndicator, MailHealthIndicator, MongoHealthIndicator, Neo4jHealthIndicator, PingHealthIndicator, RabbitHealthIndicator, ReadinessStateHealthIndicator, RedisHealthIndicator, SslHealthIndicator

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