public class VertxRPCClient<T> extends Object implements InvocationHandler, RPCClient<T>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RPCBase.CallbackType |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CALLBACK_TYPE |
| Constructor and Description |
|---|
VertxRPCClient(RPCClientOptions<T> options) |
| Modifier and Type | Method and Description |
|---|---|
T |
bindService()
bind the interface of service
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected static final String CALLBACK_TYPE
public VertxRPCClient(RPCClientOptions<T> options)
public T bindService()
RPCClientbindService in interface RPCClient<T>Copyright © 2015. All rights reserved.