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 Details

    • SystemImplBase

      public SystemImplBase()
  • Method Details

    • withCompression

      public MutinySystemGrpc.SystemImplBase withCompression(String compression)
      Set whether the server will try to use a compressed response.
      Parameters:
      compression - the compression, e.g gzip
    • ping

      public io.smallrye.mutiny.Uni<PingResponse> ping(PingRequest request)
    • bindService

      public io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService