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–2017 MuleSoft, Inc.. All rights reserved.