Package io.grpc.reflection.v1
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 Summary
Constructors Constructor Description ServerReflectionImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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.MutinyServerReflectionGrpc.ServerReflectionImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public MutinyServerReflectionGrpc.ServerReflectionImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
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:
bindServicein interfaceio.grpc.BindableService
-
-