Enter and execute the next interceptor, and pass the request data to the next interceptor (进入并执行下一个拦截器,且将请求数据传递给下一个拦截器)
(IMessage, IcReq)
| 29 | GetIMessage() IMessage // Get IMessage from Chain (从Chain中获取IMessage) |
| 30 | Proceed(IcReq) IcResp // Enter and execute the next interceptor, and pass the request data to the next interceptor (进入并执行下一个拦截器,且将请求数据传递给下一个拦截器) |
| 31 | ProceedWithIMessage(IMessage, IcReq) IcResp |
| 32 | } |