Package io.vertx.tp.ipc.service
Class VertxUnityServiceGrpc.UnityServiceVertxStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<VertxUnityServiceGrpc.UnityServiceVertxStub>
-
- io.vertx.tp.ipc.service.VertxUnityServiceGrpc.UnityServiceVertxStub
-
- Enclosing class:
- VertxUnityServiceGrpc
public static final class VertxUnityServiceGrpc.UnityServiceVertxStub extends io.grpc.stub.AbstractStub<VertxUnityServiceGrpc.UnityServiceVertxStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VertxUnityServiceGrpc.UnityServiceVertxStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.vertx.core.Future<IpcResponse>unityCall(IpcRequest request)Direct: Client -> Server -> Client-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected VertxUnityServiceGrpc.UnityServiceVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<VertxUnityServiceGrpc.UnityServiceVertxStub>
-
unityCall
public io.vertx.core.Future<IpcResponse> unityCall(IpcRequest request)
Direct: Client -> Server -> Client
-
-