Package | Description |
---|---|
org.axonframework.deadline.jobrunr |
Modifier and Type | Method and Description |
---|---|
static JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.builder()
Instantiate a Builder to be able to create a
JobRunrDeadlineManager . |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.jobScheduler(org.jobrunr.scheduling.JobScheduler jobScheduler)
Sets the
JobScheduler used for scheduling and triggering purposes of the deadlines. |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider)
Sets the
ScopeAwareProvider which is capable of providing a stream of
Scope instances for a given ScopeDescriptor . |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.serializer(Serializer serializer)
Sets the
Serializer used to de-/serialize the payload ,
MetaData and the ScopeDescriptor into the DeadlineDetails
as well as the whole DeadlineDetails itself. |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory spanFactory)
Sets the
DeadlineManagerSpanFactory implementation to use for providing tracing capabilities. |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
spanFactory(DeadlineManagerSpanFactory) instead as it provides more configuration options. |
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to build transactions and ties them to deadline. |
Constructor and Description |
---|
JobRunrDeadlineManager(JobRunrDeadlineManager.Builder builder)
Instantiate a
JobRunrDeadlineManager based on the fields contained in the
JobRunrDeadlineManager.Builder . |
Copyright © 2010–2024. All rights reserved.