Package | Description |
---|---|
org.springframework.boot.autoconfigure.quartz |
Auto-configuration for Quartz Scheduler.
|
Modifier and Type | Method and Description |
---|---|
SchedulerFactoryBeanCustomizer |
QuartzAutoConfiguration.JdbcStoreTypeConfiguration.dataSourceCustomizer(QuartzProperties properties,
DataSource dataSource,
org.springframework.beans.factory.ObjectProvider<org.springframework.transaction.PlatformTransactionManager> transactionManager) |
Constructor and Description |
---|
QuartzAutoConfiguration(QuartzProperties properties,
org.springframework.beans.factory.ObjectProvider<List<SchedulerFactoryBeanCustomizer>> customizers,
org.springframework.beans.factory.ObjectProvider<Executor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.quartz.JobDetail[]> jobDetails,
org.springframework.beans.factory.ObjectProvider<Map<String,org.quartz.Calendar>> calendars,
org.springframework.beans.factory.ObjectProvider<org.quartz.Trigger[]> triggers,
org.springframework.context.ApplicationContext applicationContext) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.