| 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 |
PropagatingErrorHandler
Singleton ErrorHandler implementation that does not do anything.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.errorHandler(ErrorHandler errorHandler)
Sets the
ErrorHandler invoked when an UnitOfWork is rolled back during processing. |
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
Copyright © 2010–2025. All rights reserved.