Class DbSchedulerActuatorAutoConfiguration
java.lang.Object
com.github.kagkarlsson.scheduler.boot.autoconfigure.DbSchedulerActuatorAutoConfiguration
@Configuration
@ConditionalOnClass(org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
@AutoConfigureAfter({org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class,DbSchedulerAutoConfiguration.class})
public class DbSchedulerActuatorAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatordbScheduler(Scheduler scheduler)
-
Constructor Details
-
DbSchedulerActuatorAutoConfiguration
public DbSchedulerActuatorAutoConfiguration()
-
-
Method Details
-
dbScheduler
@ConditionalOnEnabledHealthIndicator("db-scheduler") @ConditionalOnClass(org.springframework.boot.actuate.health.HealthIndicator.class) @ConditionalOnBean(com.github.kagkarlsson.scheduler.Scheduler.class) @Bean public org.springframework.boot.actuate.health.HealthIndicator dbScheduler(Scheduler scheduler)
-