Uses of Class
org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
Packages that use JobRunrEventScheduler.Builder
-
Uses of JobRunrEventScheduler.Builder in org.axonframework.eventhandling.scheduling.jobrunr
Methods in org.axonframework.eventhandling.scheduling.jobrunr that return JobRunrEventScheduler.BuilderModifier and TypeMethodDescriptionJobRunrEventScheduler.builder()Instantiate a Builder to be able to create aJobRunrEventScheduler.Sets theEventBusused to publish events on once the schedule has been met.Sets theStringused for creating the scheduled jobs in JobRunr.JobRunrEventScheduler.Builder.jobScheduler(org.jobrunr.scheduling.JobScheduler jobScheduler) Sets theJobSchedulerused for scheduling and triggering purposes of the events.JobRunrEventScheduler.Builder.serializer(Serializer serializer) JobRunrEventScheduler.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to build transactions and ties them on event publication.Constructors in org.axonframework.eventhandling.scheduling.jobrunr with parameters of type JobRunrEventScheduler.BuilderModifierConstructorDescriptionprotectedInstantiate aJobRunrEventSchedulerbased on the fields contained in theJobRunrEventScheduler.Builder.