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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, ResponsiveHealthIndicatorProperties properties)
-
Constructor Details
-
ResponsiveHealthIndicatorAutoConfiguration
public ResponsiveHealthIndicatorAutoConfiguration()
-
-
Method Details
-
gatewayResponsiveHealthIndicator
@Bean @ConditionalOnMissingBean(name="gatewayResponsiveHealthIndicator") public ResponsiveHealthIndicator gatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, ResponsiveHealthIndicatorProperties properties)
-