| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.gateway | |
| org.axonframework.eventhandling.scheduling.dbscheduler | |
| org.axonframework.eventhandling.scheduling.java | |
| org.axonframework.eventhandling.scheduling.jobrunr | |
| org.axonframework.eventhandling.scheduling.quartz |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventBus
Base class for the Event Bus.
|
class |
SimpleEventBus
Implementation of the
EventBus that dispatches events in the thread the publishes them. |
| Modifier and Type | Method and Description |
|---|---|
EventBus |
AbstractEventGateway.getEventBus()
Returns the EventBus used by this EventGateway.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEventGateway.Builder |
AbstractEventGateway.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events. |
DefaultEventGateway.Builder |
DefaultEventGateway.Builder.eventBus(EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
DbSchedulerEventScheduler.Builder |
DbSchedulerEventScheduler.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events on once the schedule has been met. |
| Modifier and Type | Method and Description |
|---|---|
SimpleEventScheduler.Builder |
SimpleEventScheduler.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events on to, once the schedule has been met. |
| Modifier and Type | Method and Description |
|---|---|
JobRunrEventScheduler.Builder |
JobRunrEventScheduler.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events on once the schedule has been met. |
| Modifier and Type | Method and Description |
|---|---|
QuartzEventScheduler.Builder |
QuartzEventScheduler.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events on once the schedule has been met. |
Copyright © 2010–2025. All rights reserved.