Class LivenessClusterAwarenessHealthIndicatorAutoConfiguration
java.lang.Object
io.camunda.zeebe.gateway.impl.probes.liveness.LivenessClusterAwarenessHealthIndicatorAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnEnabledHealthIndicator("gateway-clusterawareness")
@AutoConfigureBefore(org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
@EnableConfigurationProperties(LivenessClusterAwarenessHealthIndicatorProperties.class)
@EnableScheduling
public class LivenessClusterAwarenessHealthIndicatorAutoConfiguration
extends Object
Auto-configuration for MemoryHealthIndicator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatorlivenessGatewayClusterAwarenessHealthIndicator(ClusterAwarenessHealthIndicator healthIndicator, LivenessClusterAwarenessHealthIndicatorProperties properties)
-
Constructor Details
-
LivenessClusterAwarenessHealthIndicatorAutoConfiguration
public LivenessClusterAwarenessHealthIndicatorAutoConfiguration()
-
-
Method Details
-
livenessGatewayClusterAwarenessHealthIndicator
@Bean(name="livenessGatewayClusterAwarenessHealthIndicator") @ConditionalOnMissingBean(name="livenessGatewayClusterAwarenessHealthIndicator") public org.springframework.boot.actuate.health.HealthIndicator livenessGatewayClusterAwarenessHealthIndicator(ClusterAwarenessHealthIndicator healthIndicator, LivenessClusterAwarenessHealthIndicatorProperties properties)
-