@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
QuartzDataSourceInitializer
.
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.scheduling.quartz.SchedulerFactoryBean schedulerFactoryBean)
Customize the
SchedulerFactoryBean . |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.