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 -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionio.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.withCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
ServerReflectionImplBase
public ServerReflectionImplBase()
-
-
Method Details
-
withCompression
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
-