@Configuration
@ConditionalOnProperty(prefix="management.health.zeebe",
name="enabled",
matchIfMissing=true)
@ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class)
public class ZeebeActuatorConfiguration
extends Object
| Constructor and Description |
|---|
ZeebeActuatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ZeebeClientHealthIndicator |
zeebeClientHealthIndicator(io.camunda.zeebe.client.ZeebeClient client) |
@Bean @ConditionalOnMissingBean(name="zeebeClientHealthIndicator") public ZeebeClientHealthIndicator zeebeClientHealthIndicator(io.camunda.zeebe.client.ZeebeClient client)
Copyright © 2021 Camunda Services GmbH. All rights reserved.