Package io.sbp.grpc
Class ServiceGrpc.ServiceImplBase
java.lang.Object
io.sbp.grpc.ServiceGrpc.ServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,ServiceGrpc.AsyncService
- Enclosing class:
- ServiceGrpc
public abstract static class ServiceGrpc.ServiceImplBase
extends Object
implements io.grpc.BindableService, ServiceGrpc.AsyncService
Base class for the server implementation of the service Service.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.sbp.grpc.ServiceGrpc.AsyncService
addLatenciesRecord, closeClient, getConfig, getVersion, isVersionSupported, registerClient
-
Constructor Details
-
ServiceImplBase
public ServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-