See: Description
| Interface | Description |
|---|---|
| SchedulerFactoryBeanCustomizer |
Callback interface that can be implemented by beans wishing to customize the Quartz
SchedulerFactoryBean before it is fully initialized, in particular to tune its
configuration. |
| Class | Description |
|---|---|
| QuartzAutoConfiguration |
Auto-configuration for Quartz Scheduler. |
| QuartzAutoConfiguration.JdbcStoreTypeConfiguration | |
| QuartzDataSourceInitializer |
Initialize the Quartz Scheduler schema.
|
| QuartzProperties |
Configuration properties for the Quartz Scheduler integration.
|
| QuartzProperties.Jdbc |
| Enum | Description |
|---|---|
| JobStoreType |
Define the supported Quartz
JobStore. |
| Annotation Type | Description |
|---|---|
| QuartzDataSource |
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.