Package io.vertx.tp.ipc.service
Class VertxConsumeServiceGrpc.ConsumeServiceVertxImplBase
- java.lang.Object
-
- io.vertx.tp.ipc.service.VertxConsumeServiceGrpc.ConsumeServiceVertxImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- VertxConsumeServiceGrpc
public abstract static class VertxConsumeServiceGrpc.ConsumeServiceVertxImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description ConsumeServiceVertxImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidoutputCall(io.vertx.core.streams.ReadStream<StreamServerRequest> request, io.vertx.core.streams.WriteStream<StreamServerResponse> response)Direct: Client -> Server -> ClientVertxConsumeServiceGrpc.ConsumeServiceVertxImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public VertxConsumeServiceGrpc.ConsumeServiceVertxImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
outputCall
public void outputCall(io.vertx.core.streams.ReadStream<StreamServerRequest> request, io.vertx.core.streams.WriteStream<StreamServerResponse> response)
Direct: Client -> Server -> Client
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-