| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventBus
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish
their events.
|
| 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 |
|---|---|
SubscribableMessageSource<? extends EventMessage<?>> |
SubscribingEventProcessor.getMessageSource()
Returns the message source from which this processor receives its events
|
| Modifier and Type | Method and Description |
|---|---|
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.messageSource(SubscribableMessageSource<? extends EventMessage<?>> messageSource)
Sets the
SubscribableMessageSource (e.g. the EventBus) to which this EventProcessor
implementation will subscribe itself to receive EventMessages. |
Copyright © 2010–2025. All rights reserved.