@Configuration @ConditionalOnProperty(prefix="management.health.camunda", name="enabled", matchIfMissing=true) @ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class) @DependsOn(value="runtimeService") public class CamundaBpmActuatorConfiguration extends Object
Constructor and Description |
---|
CamundaBpmActuatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.health.HealthIndicator |
jobExecutorHealthIndicator(JobExecutor jobExecutor) |
org.springframework.boot.actuate.health.HealthIndicator |
processEngineHealthIndicator(ProcessEngine processEngine) |
@Bean @ConditionalOnBean(name="jobExecutor") @ConditionalOnMissingBean(name="jobExecutorHealthIndicator") public org.springframework.boot.actuate.health.HealthIndicator jobExecutorHealthIndicator(JobExecutor jobExecutor)
@Bean @ConditionalOnMissingBean(name="processEngineHealthIndicator") public org.springframework.boot.actuate.health.HealthIndicator processEngineHealthIndicator(ProcessEngine processEngine)
Copyright © 2022. All rights reserved.