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
|
Modifier and Type | Method and Description |
---|---|
QuartzEventScheduler.Builder |
QuartzEventScheduler.Builder.jobDataBinder(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–2020. All rights reserved.