Package | Description |
---|---|
org.axonframework.eventhandling.scheduling.java | |
org.axonframework.eventhandling.scheduling.quartz | |
org.axonframework.test.eventscheduler |
Modifier and Type | Class and Description |
---|---|
class |
SimpleEventScheduler
An
EventScheduler implementation that uses Java's ScheduledExecutorService as scheduling and triggering
mechanism. |
Modifier and Type | Class and Description |
---|---|
class |
QuartzEventScheduler
EventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
StubEventScheduler
EventScheduler implementation that uses it's own concept of "Current Time" for the purpose of testing.
|
Copyright © 2010–2018. All rights reserved.