Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.deadline | |
org.axonframework.deadline.quartz | |
org.axonframework.test.deadline |
Modifier and Type | Method and Description |
---|---|
default DeadlineManager |
Configuration.deadlineManager()
Returns the Deadline Manager defined in this Configuration.
|
protected DeadlineManager |
DefaultConfigurer.defaultDeadlineManager(Configuration config)
Provides the default
DeadlineManager implementation. |
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 |
QuartzDeadlineManager
Implementation of
DeadlineManager that delegates scheduling and triggering to a Quartz Scheduler . |
Modifier and Type | Class and Description |
---|---|
class |
StubDeadlineManager
Stub implementation of
DeadlineManager . |
Copyright © 2010–2020. All rights reserved.