| Modifier and Type | Method and Description |
|---|---|
org.quartz.spi.JobFactory |
QuartzSchedulerAutoConfiguration.SchedulerFactoryConfiguration.autoJobFactory(org.springframework.context.ApplicationContext applicationContext,
QuartzSchedulerProperties properties) |
org.springframework.scheduling.quartz.SchedulerFactoryBean |
QuartzSchedulerAutoConfiguration.SchedulerFactoryConfiguration.autoSchedulerFactory(org.springframework.context.ApplicationContext applicationContext,
org.quartz.spi.JobFactory jobFactory,
QuartzSchedulerProperties properties,
Properties quartzProperties) |
org.springframework.scheduling.quartz.SchedulerFactoryBean |
QuartzSchedulerFactoryOverrideHook.override(org.springframework.scheduling.quartz.SchedulerFactoryBean factory,
QuartzSchedulerProperties properties,
Properties quartzProperties)
This method will be called after all SchedulerFactoryBean has been prepared
You are able to customize it, maybe for setting a own Executor |
Properties |
QuartzSchedulerAutoConfiguration.SchedulerFactoryConfiguration.quartzProperties(org.springframework.context.ApplicationContext applicationContext,
QuartzSchedulerProperties properties) |
Copyright © 2017–2018. All rights reserved.