Package io.vertx.tp.ipc.service
Class UnityServiceGrpc.UnityServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<UnityServiceGrpc.UnityServiceBlockingStub>
-
- io.vertx.tp.ipc.service.UnityServiceGrpc.UnityServiceBlockingStub
-
- Enclosing class:
- UnityServiceGrpc
public static final class UnityServiceGrpc.UnityServiceBlockingStub extends io.grpc.stub.AbstractStub<UnityServiceGrpc.UnityServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UnityServiceGrpc.UnityServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)IpcResponseunityCall(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 UnityServiceGrpc.UnityServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UnityServiceGrpc.UnityServiceBlockingStub>
-
unityCall
public IpcResponse unityCall(IpcRequest request)
Direct: Client -> Server -> Client
-
-