Class ResponsiveHealthIndicatorAutoConfiguration

java.lang.Object
io.camunda.zeebe.gateway.impl.probes.health.ResponsiveHealthIndicatorAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnEnabledHealthIndicator("gateway-responsive") @AutoConfigureBefore(org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class) @EnableConfigurationProperties(ResponsiveHealthIndicatorProperties.class) public class ResponsiveHealthIndicatorAutoConfiguration extends Object
Auto-configuration for ResponsiveHealthIndicator.
  • Constructor Details

    • ResponsiveHealthIndicatorAutoConfiguration

      public ResponsiveHealthIndicatorAutoConfiguration()
  • Method Details