Interface ServerReflectionGrpc.AsyncService
- All Known Implementing Classes:
ProtoReflectionService
,ServerReflectionGrpc.ServerReflectionImplBase
- Enclosing class:
- ServerReflectionGrpc
public static interface ServerReflectionGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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.
-
Method Details
-
serverReflectionInfo
default 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.
-