Uses of Interface
io.vertx.tp.plugin.rpc.RpcClient
-
Packages that use RpcClient Package Description io.vertx.tp.plugin.rpc -
-
Uses of RpcClient in io.vertx.tp.plugin.rpc
Classes in io.vertx.tp.plugin.rpc that implement RpcClient Modifier and Type Class Description classRpcClientImplFields in io.vertx.tp.plugin.rpc declared as RpcClient Modifier and Type Field Description protected RpcClientRpcClientImpl. clientMethods in io.vertx.tp.plugin.rpc that return RpcClient Modifier and Type Method Description RpcClientRpcClient. close()RpcClientRpcClientImpl. close()RpcClientRpcClient. 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)RpcClientRpcClient. 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 TypeRpcClientRpcClientImpl. 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)RpcClientRpcClientImpl. 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)static RpcClientRpcClient. createNonShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)static RpcClientRpcClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)static RpcClientRpcClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config, String name)RpcClientRpcInfix. get()static RpcClientRpcInfix. getClient()
-