インターフェース HealthContributor

すべての既知のサブインターフェース:
CompositeHealthContributorHealthIndicator
すべての既知の実装クラス:
AbstractHealthIndicatorAvailabilityStateHealthIndicatorCassandraDriverHealthIndicatorCouchbaseHealthIndicatorDataSourceHealthIndicatorDiskSpaceHealthIndicatorElasticsearchRestClientHealthIndicatorHazelcastHealthIndicatorInfluxDbHealthIndicatorJmsHealthIndicatorLdapHealthIndicatorLivenessStateHealthIndicatorMailHealthIndicatorMongoHealthIndicatorNeo4jHealthIndicatorPingHealthIndicatorRabbitHealthIndicatorReadinessStateHealthIndicatorRedisHealthIndicator

public interface HealthContributor
HealthEndpoint から返される結果に health components を提供するクラスのタグ付けインターフェース。コントリビューターは HealthIndicator または CompositeHealthContributor のいずれかである必要があります。
導入:
2.2.0
作成者:
Phillip Webb
関連事項: