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