Uses of Class
org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Packages that use QuartzDeadlineManager.Builder
-
Uses of QuartzDeadlineManager.Builder in org.axonframework.deadline.quartz
Methods in org.axonframework.deadline.quartz that return QuartzDeadlineManager.BuilderModifier and TypeMethodDescriptionQuartzDeadlineManager.builder()Instantiate a Builder to be able to create aQuartzDeadlineManager.QuartzDeadlineManager.Builder.refireImmediatelyPolicy(Predicate<Throwable> refireImmediatelyPolicy) Sets aPredicatetaking aThrowableto decided whether a failedDeadlineJobshould be 'refired' immediately.QuartzDeadlineManager.Builder.scheduler(org.quartz.Scheduler scheduler) Sets theSchedulerused for scheduling and triggering purposes of the deadlines.QuartzDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider) Sets theScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor.QuartzDeadlineManager.Builder.serializer(Serializer serializer) Sets theSerializerused to de-/serialize theDeadlineMessageand theScopeDescriptorinto theJobDataMap.QuartzDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory spanFactory) Sets theSpanFactoryimplementation to use for providing tracing capabilities.QuartzDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.QuartzDeadlineManager.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to build transactions and ties them to deadline.Constructors in org.axonframework.deadline.quartz with parameters of type QuartzDeadlineManager.BuilderModifierConstructorDescriptionprotectedInstantiate aQuartzDeadlineManagerbased on the fields contained in theQuartzDeadlineManager.Builder.
spanFactory(DeadlineManagerSpanFactory)which provides more configuration options.