Package io.vertx.tp.ipc.service
Class VertxUnityServiceGrpc.UnityServiceVertxImplBase
- java.lang.Object
-
- io.vertx.tp.ipc.service.VertxUnityServiceGrpc.UnityServiceVertxImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- VertxUnityServiceGrpc
public abstract static class VertxUnityServiceGrpc.UnityServiceVertxImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description UnityServiceVertxImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()io.vertx.core.Future<IpcResponse>unityCall(IpcRequest request)Direct: Client -> Server -> ClientVertxUnityServiceGrpc.UnityServiceVertxImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public VertxUnityServiceGrpc.UnityServiceVertxImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
unityCall
public io.vertx.core.Future<IpcResponse> unityCall(IpcRequest request)
Direct: Client -> Server -> Client
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-