Uses of Class
org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
Packages that use JobRunrDeadlineManager.Builder
-
Uses of JobRunrDeadlineManager.Builder in org.axonframework.deadline.jobrunr
Methods in org.axonframework.deadline.jobrunr that return JobRunrDeadlineManager.BuilderModifier and TypeMethodDescriptionJobRunrDeadlineManager.builder()Instantiate a Builder to be able to create aJobRunrDeadlineManager.JobRunrDeadlineManager.Builder.jobScheduler(org.jobrunr.scheduling.JobScheduler jobScheduler) Sets theJobSchedulerused for scheduling and triggering purposes of the deadlines.JobRunrDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider) Sets theScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor.JobRunrDeadlineManager.Builder.serializer(Serializer serializer) Sets theSerializerused to de-/serialize thepayload,MetaDataand theScopeDescriptorinto theDeadlineDetailsas well as the wholeDeadlineDetailsitself.JobRunrDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory spanFactory) Sets theDeadlineManagerSpanFactoryimplementation to use for providing tracing capabilities.JobRunrDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.JobRunrDeadlineManager.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to build transactions and ties them to deadline.Constructors in org.axonframework.deadline.jobrunr with parameters of type JobRunrDeadlineManager.BuilderModifierConstructorDescriptionprotectedInstantiate aJobRunrDeadlineManagerbased on the fields contained in theJobRunrDeadlineManager.Builder.
spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options.