public interface RPCFilter
| 限定符和类型 | 方法和说明 |
|---|---|
ListenableFuture<RPCResult> |
invoke(InvocationHandler nextHandler,
Invocation invocation) |
void |
onResponse(Invocation invocation,
RPCResult rpcResult) |
ListenableFuture<RPCResult> invoke(InvocationHandler nextHandler, Invocation invocation) throws Throwable
Throwablevoid onResponse(Invocation invocation, RPCResult rpcResult)
Copyright © 2018. All rights reserved.