Class ServerReflectionGrpc.ServerReflectionImplBase
java.lang.Object
com.viam.sdk.core.rpc.reflectionv1alpha.ServerReflectionGrpc.ServerReflectionImplBase
- All Implemented Interfaces:
ServerReflectionGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ProtoReflectionService
- Enclosing class:
- ServerReflectionGrpc
public abstract static class ServerReflectionGrpc.ServerReflectionImplBase
extends Object
implements io.grpc.BindableService, ServerReflectionGrpc.AsyncService
Base class for the server implementation of the service ServerReflection.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.viam.sdk.core.rpc.reflectionv1alpha.ServerReflectionGrpc.AsyncService
serverReflectionInfo
-
Constructor Details
-
ServerReflectionImplBase
public ServerReflectionImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-