Package io.vertx.tp.plugin.rpc
Class RpcSslTool
- java.lang.Object
-
- io.vertx.tp.plugin.rpc.RpcSslTool
-
public class RpcSslTool extends Object
-
-
Constructor Summary
Constructors Constructor Description RpcSslTool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ManagedChannelgetChannel(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)static io.grpc.ManagedChannelgetChannel(io.vertx.core.Vertx vertx, IpcData data)
-
-
-
Method Detail
-
getChannel
public static io.grpc.ManagedChannel getChannel(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)- Parameters:
vertx- Vert.x instanceconfig- configuration- Returns:
- ManagedChannel
-
getChannel
public static io.grpc.ManagedChannel getChannel(io.vertx.core.Vertx vertx, IpcData data)
-
-