Class MutinySystemGrpc.SystemImplBase
java.lang.Object
tech.skworks.tachyon.service.contracts.system.MutinySystemGrpc.SystemImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
SystemBean, SystemGrpcService
- Enclosing class:
MutinySystemGrpc
public abstract static class MutinySystemGrpc.SystemImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionio.smallrye.mutiny.Uni<PingResponse> ping(PingRequest request) withCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
SystemImplBase
public SystemImplBase()
-
-
Method Details
-
withCompression
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
ping
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-