public interface ResponseStatusCallback
| Modifier and Type | Method and Description |
|---|---|
default void |
onErrorSendingResponse(Throwable throwable)
Method to process an error without sending a response, since the error that occurred cannot be recovered from.
|
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()
default void onErrorSendingResponse(Throwable throwable)
throwable - exception thrown while sending the responseCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.