| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.pooled |
| 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 it's resources to enhance processing speed. |
Copyright © 2010–2023. All rights reserved.