Package com.viam.sdk.core.rpc
Class ProtoReflectionService
java.lang.Object
com.viam.sdk.core.rpc.reflectionv1alpha.ServerReflectionGrpc.ServerReflectionImplBase
com.viam.sdk.core.rpc.ProtoReflectionService
- All Implemented Interfaces:
ServerReflectionGrpc.AsyncService
,io.grpc.BindableService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.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.Methods inherited from class com.viam.sdk.core.rpc.reflectionv1alpha.ServerReflectionGrpc.ServerReflectionImplBase
bindService
-
Constructor Details
-
ProtoReflectionService
public ProtoReflectionService()
-
-
Method Details
-
serverReflectionInfo
public io.grpc.stub.StreamObserver<ServerReflectionRequest> serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver) Description copied from interface:ServerReflectionGrpc.AsyncService
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-