- All Implemented Interfaces and Traits:
- ErrorHandler, ListenerInvocationErrorHandler
@Slf4j(value: logger)
@CompileStatic
class PropagatingAndLoggingErrorHandler
extends Object
implements ErrorHandler, ListenerInvocationErrorHandler
Event processing error handler providing logging and propagating behavior.
Out-of-the-box, Axon Framework provides org.axonframework.eventhandling.PropagatingErrorHandler
and org.axonframework.eventhandling.LoggingErrorHandler
. However, the most useful
event processing error handler would be the combination of the two, and this is exactly what this class provides.