Uses of Interface
org.axonframework.eventhandling.ErrorHandler
Packages that use ErrorHandler
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of ErrorHandler in org.axonframework.config
Fields in org.axonframework.config with type parameters of type ErrorHandlerModifier and TypeFieldDescriptionprotected final Map<String, Component<ErrorHandler>> EventProcessingModule.errorHandlersMethods in org.axonframework.config that return ErrorHandlerModifier and TypeMethodDescriptionEventProcessingConfiguration.errorHandler(String processorName) Returns theErrorHandlertied to the givenprocessorName.EventProcessingModule.errorHandler(String processorName) Method parameters in org.axonframework.config with type arguments of type ErrorHandlerModifier and TypeMethodDescriptionEventProcessingConfigurer.registerDefaultErrorHandler(Function<Configuration, ErrorHandler> errorHandlerBuilder) Registers aFunctionthat builds the defaultErrorHandler.EventProcessingModule.registerDefaultErrorHandler(Function<Configuration, ErrorHandler> errorHandlerBuilder) EventProcessingConfigurer.registerErrorHandler(String eventProcessorName, Function<Configuration, ErrorHandler> errorHandlerBuilder) EventProcessingModule.registerErrorHandler(String eventProcessorName, Function<Configuration, ErrorHandler> errorHandlerBuilder) -
Uses of ErrorHandler in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling that implement ErrorHandlerModifier and TypeClassDescriptionenumSingleton ErrorHandler implementation that does not do anything.Methods in org.axonframework.eventhandling with parameters of type ErrorHandlerModifier and TypeMethodDescriptionAbstractEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) Sets theErrorHandlerinvoked when anUnitOfWorkis rolled back during processing.SubscribingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) TrackingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) -
Uses of ErrorHandler in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled with parameters of type ErrorHandlerModifier and TypeMethodDescriptionPooledStreamingEventProcessor.Builder.errorHandler(ErrorHandler errorHandler)