Package | Description |
---|---|
org.axonframework.config | |
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 | Method and Description |
---|---|
ErrorHandler |
EventProcessingModule.errorHandler(String processorName) |
ErrorHandler |
EventProcessingConfiguration.errorHandler(String processorName)
Returns the
ErrorHandler tied to the given processorName . |
Modifier and Type | Method and Description |
---|---|
EventProcessingConfigurer |
EventProcessingModule.registerDefaultErrorHandler(Function<Configuration,ErrorHandler> errorHandlerBuilder) |
EventProcessingConfigurer |
EventProcessingConfigurer.registerDefaultErrorHandler(Function<Configuration,ErrorHandler> errorHandlerBuilder)
Registers a
Function that builds the default ErrorHandler . |
EventProcessingConfigurer |
EventProcessingModule.registerErrorHandler(String eventProcessorName,
Function<Configuration,ErrorHandler> errorHandlerBuilder) |
EventProcessingConfigurer |
EventProcessingConfigurer.registerErrorHandler(String eventProcessorName,
Function<Configuration,ErrorHandler> errorHandlerBuilder)
|
Modifier and Type | Class and Description |
---|---|
class |
PropagatingErrorHandler
Singleton ErrorHandler implementation that does not do anything.
|
Modifier and Type | Method and Description |
---|---|
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.errorHandler(ErrorHandler errorHandler)
Sets the
ErrorHandler invoked when an UnitOfWork is rolled back during processing. |
Modifier and Type | Method and Description |
---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) |
Copyright © 2010–2022. All rights reserved.