| Modifier and Type | Class and Description |
|---|---|
class |
DistributedCommandBus
Implementation of a
CommandBus that is aware of multiple instances of a CommandBus working together to spread
load. |
| Modifier and Type | Class and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
SubscribingEventProcessor
Event processor implementation that
subscribes to the EventBus for
events. |
class |
TrackingEventProcessor
EventProcessor implementation that tracks events from a
StreamableMessageSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
PooledStreamingEventProcessor
A
StreamingEventProcessor implementation which pools its resources to enhance processing speed. |
| Modifier and Type | Class and Description |
|---|---|
class |
DbSchedulerEventScheduler
EventScheduler implementation that delegates scheduling and triggering to a db-scheduler Scheduler.
|
| 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 |
JobRunrEventScheduler
EventScheduler implementation that delegates scheduling and triggering to a JobRunr JobScheduler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuartzEventScheduler
EventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler.
|
Copyright © 2010–2025. All rights reserved.