| Modifier and Type | Field and Description |
|---|---|
protected RpcClient |
client |
protected io.vertx.up.plugin.rpc.RpcHolder |
holder |
DEFAULT_POOL_NAME| Constructor and Description |
|---|
RpcClientImpl(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config,
String name) |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
connect(io.vertx.core.json.JsonObject config,
io.vertx.core.json.JsonObject data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
RpcClient |
connect(String name,
String address,
io.vertx.core.json.JsonObject data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
Only support Unity Type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateNonShared, createShared, createSharedprotected RpcClient client
protected io.vertx.up.plugin.rpc.RpcHolder holder
public RpcClientImpl(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config,
String name)
public RpcClient connect(io.vertx.core.json.JsonObject config, io.vertx.core.json.JsonObject data, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
Copyright © 2018. All rights reserved.