Interface ReactiveHealthContributor

All Known Subinterfaces:
CompositeReactiveHealthContributor, ReactiveHealthIndicator
All Known Implementing Classes:
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.
Since:
2.2.0
Author:
Phillip Webb
See Also: