Class OperatonBpmHealthServiceConfiguration

java.lang.Object
org.operaton.bpm.spring.boot.starter.OperatonBpmHealthServiceConfiguration

@Configuration public class OperatonBpmHealthServiceConfiguration extends Object
  • Constructor Details

    • OperatonBpmHealthServiceConfiguration

      public OperatonBpmHealthServiceConfiguration()
  • Method Details

    • operatonHealthService

      @Bean @ConditionalOnMissingBean(HealthService.class) public HealthService operatonHealthService(org.springframework.beans.factory.ObjectProvider<DataSource> dataSourceProvider, org.springframework.beans.factory.ObjectProvider<JobExecutor> jobExecutorProvider, org.springframework.beans.factory.ObjectProvider<FrontendHealthContributor> frontendHealthContributorProvider)