Uses of Interface
org.axonframework.eventhandling.scheduling.quartz.EventJobDataBinder
Packages that use EventJobDataBinder
Package
Description
-
Uses of EventJobDataBinder in org.axonframework.eventhandling.scheduling.quartz
Classes in org.axonframework.eventhandling.scheduling.quartz that implement EventJobDataBinderModifier and TypeClassDescriptionclassEventJobDataBinder implementation that adds support for Event publication Jobs scheduled in Axon 2.static classMethods in org.axonframework.eventhandling.scheduling.quartz with parameters of type EventJobDataBinderModifier and TypeMethodDescriptionQuartzEventScheduler.Builder.jobDataBinder(EventJobDataBinder jobDataBinder) Sets theEventJobDataBinderinstance which reads / writes the event message to publish to theJobDataMap.Constructors in org.axonframework.eventhandling.scheduling.quartz with parameters of type EventJobDataBinderModifierConstructorDescriptionLegacyAwareJobDataBinder(EventJobDataBinder delegate) Initialize the LegacyAwareJobDataBinder to add legacy job support, reverting to the givendelegatewhen the given job is not a legacy job definition. -
Uses of EventJobDataBinder in org.axonframework.spring.eventhandling.scheduling.quartz
Methods in org.axonframework.spring.eventhandling.scheduling.quartz with parameters of type EventJobDataBinderModifier and TypeMethodDescriptionvoidQuartzEventSchedulerFactoryBean.setEventJobDataBinder(EventJobDataBinder eventJobDataBinder) Sets theEventJobDataBinderinstance which reads / writes the event message to publish to theJobDataMap.