| Package | Description | 
|---|---|
| org.axonframework.eventhandling.scheduling.quartz | |
| org.axonframework.spring.eventhandling.scheduling.quartz | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LegacyAwareJobDataBinder
EventJobDataBinder implementation that adds support for Event publication Jobs scheduled in Axon 2. 
 | 
static class  | 
QuartzEventScheduler.DirectEventJobDataBinder
Binds the  
EventMessage as is to JobDataMap under QuartzEventScheduler.DirectEventJobDataBinder.EVENT_KEY. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QuartzEventScheduler.setEventJobDataBinder(EventJobDataBinder jobDataBinder)
Sets the  
EventJobDataBinder instance which reads / writes the event message to publish to the
 JobDataMap. | 
| Constructor and Description | 
|---|
LegacyAwareJobDataBinder(EventJobDataBinder delegate)
Initialize the LegacyAwareJobDataBinder to add legacy job support, reverting to the given  
delegate when
 the given job is not a legacy job definition. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QuartzEventSchedulerFactoryBean.setEventJobDataBinder(EventJobDataBinder eventJobDataBinder)
Sets the  
EventJobDataBinder instance which reads / writes the event message to publish to the
 JobDataMap. | 
Copyright © 2010–2018. All rights reserved.