Package io.grpc.reflection.v1
Interface ServerReflectionGrpc.AsyncService
- 
- All Known Implementing Classes:
 ProtoReflectionServiceV1,ServerReflectionGrpc.ServerReflectionImplBase
- Enclosing class:
 - ServerReflectionGrpc
 
public static interface ServerReflectionGrpc.AsyncService 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StreamObserver<ServerReflectionRequest>serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server. 
 - 
 
- 
- 
Method Detail
- 
serverReflectionInfo
default StreamObserver<ServerReflectionRequest> serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
 
 - 
 
 -