public interface ResponseStatusCallback
| Modifier and Type | Method and Description |
|---|---|
void |
responseSendFailure(Throwable throwable)
method to process a failure while sending the response to the client
|
void |
responseSendSuccessfully()
notifies that the response was successfully send.
|
void responseSendFailure(Throwable throwable)
throwable - exception thrown while sending the responsevoid responseSendSuccessfully()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.