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 Constructor Description DbSchedulerActuatorAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.actuate.health.HealthIndicatordbScheduler(Scheduler scheduler)
-
-
-
Method Detail
-
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)
-
-