public interface Middleware
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(Context context)
Handle the context includes exception object
|
Request |
handleRequest(Context context)
Handle the context includes request object
|
Response |
handleResponse(Context context)
Handle the context includes response object
|
Request handleRequest(Context context) throws UCloudException
context - Context of invoking lifecycleUCloudException - the exception during invokingResponse handleResponse(Context context) throws UCloudException
context - Context of invoking lifecycleUCloudException - the exception during invokingvoid handleException(Context context) throws UCloudException
context - Context of invoking lifecycleUCloudException - the exception during invokingCopyright © 2024. All rights reserved.