public interface MessagingExceptionHandler extends ExceptionHandler, Function<MessagingException,org.reactivestreams.Publisher<Event>>
| Modifier and Type | Method and Description |
|---|---|
default org.reactivestreams.Publisher<Event> |
apply(MessagingException exception) |
Event |
handleException(MessagingException exception,
Event event)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
|
Event handleException(MessagingException exception, Event event)
exception - which occurredevent - which was being processed when the exception occurreddefault org.reactivestreams.Publisher<Event> apply(MessagingException exception)
apply in interface Function<MessagingException,org.reactivestreams.Publisher<Event>>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.