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<DataSource> quartzDataSource,
org.springframework.beans.factory.ObjectProvider<org.springframework.transaction.PlatformTransactionManager> transactionManager) |
Modifier and Type | Method and Description |
---|---|
org.springframework.scheduling.quartz.SchedulerFactoryBean |
QuartzAutoConfiguration.quartzScheduler(QuartzProperties properties,
org.springframework.beans.factory.ObjectProvider<SchedulerFactoryBeanCustomizer> customizers,
org.springframework.beans.factory.ObjectProvider<org.quartz.JobDetail> jobDetails,
Map<String,org.quartz.Calendar> calendars,
org.springframework.beans.factory.ObjectProvider<org.quartz.Trigger> triggers,
org.springframework.context.ApplicationContext applicationContext) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.