Package s2.v1alpha
Class BasinServiceGrpc.BasinServiceImplBase
java.lang.Object
s2.v1alpha.BasinServiceGrpc.BasinServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,BasinServiceGrpc.AsyncService
- Enclosing class:
- BasinServiceGrpc
public abstract static class BasinServiceGrpc.BasinServiceImplBase
extends Object
implements io.grpc.BindableService, BasinServiceGrpc.AsyncService
Base class for the server implementation of the service BasinService.
Operate on an S2 basin.
-
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 s2.v1alpha.BasinServiceGrpc.AsyncService
createStream, deleteStream, getStreamConfig, listStreams, reconfigureStream
-
Constructor Details
-
BasinServiceImplBase
public BasinServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-