Package org.axonframework.messaging.eventhandling.processing.errorhandling
@NullMarked
package org.axonframework.messaging.eventhandling.processing.errorhandling
Part of the Axon Messaging module. Contains classes related to event-specific error handling.
-
ClassDescriptionDescribes the context of an error caught by an
EventProcessorwhile processing a batch of events.Interface of the error handler that will be invoked if event processing fails.AnErrorHandlerimplementation that rethrows theErrorContext exception.