Package io.grpc.reflection.v1
Class MutinyServerReflectionGrpc.MutinyServerReflectionStub
java.lang.Object
io.grpc.stub.AbstractStub<MutinyServerReflectionGrpc.MutinyServerReflectionStub>
io.grpc.reflection.v1.MutinyServerReflectionGrpc.MutinyServerReflectionStub
- All Implemented Interfaces:
MutinyStub
- Enclosing class:
- MutinyServerReflectionGrpc
public static final class MutinyServerReflectionGrpc.MutinyServerReflectionStub
extends io.grpc.stub.AbstractStub<MutinyServerReflectionGrpc.MutinyServerReflectionStub>
implements MutinyStub
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) 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.Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected MutinyServerReflectionGrpc.MutinyServerReflectionStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<MutinyServerReflectionGrpc.MutinyServerReflectionStub>
-
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.
-