Class MutinyHealthProbeGrpc.HealthProbeImplBase

java.lang.Object
ai.wanaku.core.exchange.v1.MutinyHealthProbeGrpc.HealthProbeImplBase
All Implemented Interfaces:
io.grpc.BindableService
Direct Known Subclasses:
HealthProbeBean
Enclosing class:
MutinyHealthProbeGrpc

public abstract static class MutinyHealthProbeGrpc.HealthProbeImplBase extends Object implements io.grpc.BindableService
  The health probe service definition.
 
  • Constructor Details

    • HealthProbeImplBase

      public HealthProbeImplBase()
  • Method Details

    • withCompression

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

      public io.smallrye.mutiny.Uni<HealthProbeReply> getStatus(HealthProbeRequest request)
        Gets the runtime status of the capability
       
    • bindService

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