Uses of Class
org.axonframework.deadline.SimpleDeadlineManager.Builder
Packages that use SimpleDeadlineManager.Builder
-
Uses of SimpleDeadlineManager.Builder in org.axonframework.deadline
Methods in org.axonframework.deadline that return SimpleDeadlineManager.BuilderModifier and TypeMethodDescriptionSimpleDeadlineManager.builder()Instantiate a Builder to be able to create aSimpleDeadlineManager.SimpleDeadlineManager.Builder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Sets theScheduledExecutorServiceused for scheduling and triggering deadlines.SimpleDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider) Sets theScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor.SimpleDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory spanFactory) Sets theDeadlineManagerSpanFactoryimplementation to use for providing tracing capabilities.SimpleDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.SimpleDeadlineManager.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to build transactions and ties them to deadline.Constructors in org.axonframework.deadline with parameters of type SimpleDeadlineManager.BuilderModifierConstructorDescriptionprotectedInstantiate aSimpleDeadlineManagerbased on the fields contained in theSimpleDeadlineManager.Builderto handle the process around scheduling and triggering aDeadlineMessage.
spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options.