Class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator, B>

java.lang.Object
org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration<I,B>
Type Parameters:
I - the health indicator type
B - the bean type
Direct Known Subclasses:
ConnectionFactoryHealthContributorAutoConfiguration, CouchbaseReactiveHealthContributorAutoConfiguration, DataElasticsearchReactiveHealthContributorAutoConfiguration, DataRedisReactiveHealthContributorAutoConfiguration, MongoReactiveHealthContributorAutoConfiguration

public abstract class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator, B> extends Object
Base class for health contributor configurations that can combine source beans into a composite.
Since:
4.0.0
Author:
Stephane Nicoll, Phillip Webb
  • Constructor Details

    • CompositeReactiveHealthContributorConfiguration

      public CompositeReactiveHealthContributorConfiguration(Function<B,I> indicatorFactory)
      Creates a CompositeReactiveHealthContributorConfiguration that will use the given indicatorFactory to create ReactiveHealthIndicator instances.
      Parameters:
      indicatorFactory - the function to create health indicator instances
  • Method Details