Class LivenessResponsiveHealthIndicatorAutoConfiguration
java.lang.Object
io.camunda.zeebe.gateway.impl.probes.liveness.LivenessResponsiveHealthIndicatorAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnEnabledHealthIndicator("gateway-responsive")
@AutoConfigureBefore(org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
@EnableConfigurationProperties(LivenessResponsiveHealthIndicatorProperties.class)
@EnableScheduling
public class LivenessResponsiveHealthIndicatorAutoConfiguration
extends Object
Auto-configuration for MemoryHealthIndicator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatorlivenessGatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, LivenessResponsiveHealthIndicatorProperties properties)
-
Constructor Details
-
LivenessResponsiveHealthIndicatorAutoConfiguration
public LivenessResponsiveHealthIndicatorAutoConfiguration()
-
-
Method Details
-
livenessGatewayResponsiveHealthIndicator
@Bean @ConditionalOnMissingBean(name="livenessGatewayResponsiveHealthIndicator") public org.springframework.boot.actuate.health.HealthIndicator livenessGatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, LivenessResponsiveHealthIndicatorProperties properties)
-