Package io.vertx.tp.ipc.service
Class UnityServiceGrpc.UnityServiceImplBase
- java.lang.Object
-
- io.vertx.tp.ipc.service.UnityServiceGrpc.UnityServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- UnityServiceGrpc
public abstract static class UnityServiceGrpc.UnityServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description UnityServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidunityCall(IpcRequest request, io.grpc.stub.StreamObserver<IpcResponse> responseObserver)Direct: Client -> Server -> Client
-
-
-
Method Detail
-
unityCall
public void unityCall(IpcRequest request, io.grpc.stub.StreamObserver<IpcResponse> responseObserver)
Direct: Client -> Server -> Client
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-