| 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.java | |
| 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 |
|---|---|
DefaultEventGateway.Builder |
DefaultEventGateway.Builder.eventBus(EventBus eventBus) |
AbstractEventGateway.Builder |
AbstractEventGateway.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events. |
| 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 |
|---|---|
QuartzEventScheduler.Builder |
QuartzEventScheduler.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events on once the schedule has been met. |
Copyright © 2010–2022. All rights reserved.