public interface ResponseCompletionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
responseSentSuccessfully()
Notifies that the response was written successfully
|
Event |
responseSentWithFailure(MessagingException e,
Event event)
Notifies that the response writing failed
|
void responseSentSuccessfully()
Event responseSentWithFailure(MessagingException e, Event event)
e - the exception thrown during response writingevent - the event that was the source for the response.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.