Class QuartzEventScheduler.Builder

java.lang.Object
org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Enclosing class:
QuartzEventScheduler

public static class QuartzEventScheduler.Builder extends Object
Builder class to instantiate a QuartzEventScheduler.

The EventJobDataBinder is defaulted to a QuartzEventScheduler.DirectEventJobDataBinder using the configured Serializer, and the TransactionManager defaults to a NoTransactionManager. Note that if the Serializer is not set, the configuration expects the EventJobDataBinder to be set.

The Scheduler and EventBus are hard requirements and as such should be provided.