| 程序包 | 说明 |
|---|---|
| com.baidu.jprotobuf.pbrpc.intercept |
拦截器模块
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InvokerInterceptor.beforeInvoke(MethodInvocationInfo methodInvocation)
This method will call before RPC method invoke.
|
void |
ChainedInvokerInterceptor.beforeInvoke(MethodInvocationInfo methodInvocationInfo) |
Object |
InvokerInterceptor.process(MethodInvocationInfo methodInvocation)
to do intercept action.
|
Object |
ChainedInvokerInterceptor.process(MethodInvocationInfo methodInvocationInfo) |
Copyright © 2022 Baidu, Inc.. All rights reserved.