Modifier and Type | Method and Description |
---|---|
default DeadlineManager |
Configuration.deadlineManager()
Returns the
DeadlineManager defined in this Configuration . |
protected DeadlineManager |
DefaultConfigurer.defaultDeadlineManager(Configuration config)
Provides the default
DeadlineManager implementation. |
Modifier and Type | Method and Description |
---|---|
default Configurer |
Configurer.configureDeadlineManager(Function<Configuration,DeadlineManager> deadlineManagerBuilder)
Registers a
DeadlineManager instance with this Configurer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeadlineManager
Abstract implementation of the
DeadlineManager to be implemented by concrete solutions for the
DeadlineManager. |
class |
SimpleDeadlineManager
Implementation of
DeadlineManager which uses Java's ScheduledExecutorService as scheduling and
triggering mechanism. |
Modifier and Type | Class and Description |
---|---|
class |
DbSchedulerDeadlineManager
Implementation of
DeadlineManager that delegates scheduling and triggering to a db scheduler
Scheduler . |
Modifier and Type | Class and Description |
---|---|
class |
JobRunrDeadlineManager
Implementation of
DeadlineManager that delegates scheduling and triggering to a Jobrunr
JobScheduler . |
Modifier and Type | Class and Description |
---|---|
class |
QuartzDeadlineManager
Implementation of
DeadlineManager that delegates scheduling and triggering to a Quartz Scheduler . |
Modifier and Type | Method and Description |
---|---|
DeadlineManager |
AxonJobRunrAutoConfiguration.deadlineManager(org.jobrunr.scheduling.JobScheduler jobScheduler,
Configuration configuration,
Serializer serializer,
TransactionManager transactionManager,
DeadlineManagerSpanFactory spanFactory) |
DeadlineManager |
AxonDbSchedulerAutoConfiguration.deadlineManager(com.github.kagkarlsson.scheduler.Scheduler scheduler,
Configuration configuration,
Serializer serializer,
TransactionManager transactionManager,
DeadlineManagerSpanFactory spanFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StubDeadlineManager
Stub implementation of
DeadlineManager . |
Copyright © 2010–2024. All rights reserved.