public abstract static class ServerReflectionGrpc.ServerReflectionImplBase extends Object implements BindableService
| Constructor and Description |
|---|
ServerReflectionImplBase() |
| Modifier and Type | Method and Description |
|---|---|
ServerServiceDefinition |
bindService()
Creates
ServerServiceDefinition object for current instance of service implementation. |
StreamObserver<ServerReflectionRequest> |
serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|
public StreamObserver<ServerReflectionRequest> serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
public final ServerServiceDefinition bindService()
BindableServiceServerServiceDefinition object for current instance of service implementation.bindService in interface BindableService