Class DeploymentServiceHealthIndicatorConfiguration

java.lang.Object
com.sap.cds.framework.spring.actuator.DeploymentServiceHealthIndicatorConfiguration

@AutoConfiguration(after=CdsRuntimeBeanDefinitionRegistrar.class) @ConditionalOnClass({org.springframework.boot.actuate.health.HealthIndicator.class,com.sap.cds.feature.mt.RoutingDataSourceFactory.class}) @ConditionalOnProperty(prefix="management.health", value="deploymentService.enabled") @Conditional(DeploymentServiceEnabledCondition.class) public class DeploymentServiceHealthIndicatorConfiguration extends Object
  • Constructor Details

    • DeploymentServiceHealthIndicatorConfiguration

      public DeploymentServiceHealthIndicatorConfiguration()
  • Method Details

    • deploymentServiceHealthIndicator

      @Bean public org.springframework.boot.actuate.health.HealthIndicator deploymentServiceHealthIndicator(CdsRuntime runtime)