|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandler
Interface describing a mechanism that decides what should happen when an asynchronously handled event raises an error.
Method Summary | |
---|---|
RetryPolicy |
handleError(Throwable exception,
EventMessage<?> eventMessage,
EventListener eventListener)
Invoked when a handler or the unit of work throws an exception. |
Method Detail |
---|
RetryPolicy handleError(Throwable exception, EventMessage<?> eventMessage, EventListener eventListener)
The Error Handler may invoke the given eventListener
with the given eventMessage
to
attempt to resolve the issue. Do note that the returned policy reflects this, to prevent duplicate invocation of
the listener.
The Error Handler should not throw exceptions.
exception
- The exception thrown by the handler (or unit of work)eventMessage
- The message being processedeventListener
- The listener throwing the exception, or null
if an error occurred in the Unit
of Work
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |