Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
EventProcessingModule.errorHandler(String componentName) |
ErrorHandler |
EventProcessingConfiguration.errorHandler(String processingGroup)
Returns the
ErrorHandler tied to the given processingGroup . |
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 |
---|---|
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) |
Copyright © 2010–2019. All rights reserved.