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