@FunctionalInterface public interface SchedulerFactoryBeanCustomizer
SchedulerFactoryBean
before it is fully initialized, in particular to tune its
configuration.
For customization of the DataSource
used by Quartz, use of
@QuartzDataSource
is preferred. It will ensure consistent
customization of both the SchedulerFactoryBean
and the
QuartzDataSourceScriptDatabaseInitializer
.
Modifier and Type | Method and Description |
---|---|
void |
customize(SchedulerFactoryBean schedulerFactoryBean)
Customize the
SchedulerFactoryBean . |
void customize(SchedulerFactoryBean schedulerFactoryBean)
SchedulerFactoryBean
.schedulerFactoryBean
- the scheduler to customize