| 接口 | 说明 |
|---|---|
| ApiAfterInterceptor |
自定义的接口后置拦截器 - 模仿 HandlerInterceptor
before -> after -> afterCompletion
|
| ApiAsyncInterceptor |
拦截异步处理请求 - 模仿 AsyncHandlerInterceptor
|
| ApiBeforeInterceptor |
自定义的接口前置拦截器 - 模仿 HandlerInterceptor
before -> after -> afterCompletion
|
| ApiFinallyInterceptor |
自定义的接口整个请求处理完毕拦截器 - 模仿 HandlerInterceptor
before -> after -> afterCompletion
|
| ApiInterceptor |
自定义的接口后置拦截器 - 模仿 HandlerInterceptor
before -> after -> afterCompletion
|
Copyright © 2024 tan. All rights reserved.