Class MutinyServerReflectionGrpc.ServerReflectionImplBase

java.lang.Object
io.grpc.reflection.v1.MutinyServerReflectionGrpc.ServerReflectionImplBase
All Implemented Interfaces:
io.grpc.BindableService
Direct Known Subclasses:
ServerReflectionBean
Enclosing class:
MutinyServerReflectionGrpc

public abstract static class MutinyServerReflectionGrpc.ServerReflectionImplBase extends Object implements io.grpc.BindableService
  • Constructor Details

    • ServerReflectionImplBase

      public ServerReflectionImplBase()
  • Method Details

    • withCompression

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

      public io.smallrye.mutiny.Multi<ServerReflectionResponse> serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request)
        The reflection service is structured as a bidirectional stream, ensuring
        all related requests go to a single server.
       
    • bindService

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