public class EventProcessingExceptionHandler extends Object implements RouterExceptionHandler
RouterExceptionHandler that propagates the resulting event in a EventProcessingException.
This class will try to find createMessagingException method from MessagingExceptionUtils class reflectively because is present since mule runtime 4.2.2. createMessagingException method was created to propagate a whole custom event when an error occurs.
| Constructor and Description |
|---|
EventProcessingExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
handle(org.mule.runtime.api.event.Event event,
Exception exception) |
public Exception handle(org.mule.runtime.api.event.Event event, Exception exception)
handle in interface RouterExceptionHandlerCopyright © 2025. All rights reserved.