public static final class ServerReflectionGrpc.ServerReflectionStub extends io.grpc.stub.AbstractAsyncStub<ServerReflectionGrpc.ServerReflectionStub>
| Modifier and Type | Method and Description |
|---|---|
protected ServerReflectionGrpc.ServerReflectionStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<ServerReflectionRequest> |
serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|
protected ServerReflectionGrpc.ServerReflectionStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServerReflectionGrpc.ServerReflectionStub>public io.grpc.stub.StreamObserver<ServerReflectionRequest> serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.