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