public interface InvocationHandler
调用执行Handler
Created by sixie.xyn on 2015/11/13.
| 限定符和类型 | 方法和说明 |
|---|---|
ListenableFuture<RPCResult> |
invoke(Invocation invocation)
调用,发送请求
|
ListenableFuture<RPCResult> invoke(Invocation invocation) throws Throwable
调用,发送请求
invocation - 请求Throwable - 异常Copyright © 2018. All rights reserved.