Class SpectrumdGrpc.SpectrumdImplBase
java.lang.Object
de.serosystems.proto.v3.grx.spectrumd.SpectrumdGrpc.SpectrumdImplBase
- All Implemented Interfaces:
SpectrumdGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SpectrumdGrpc
public abstract static class SpectrumdGrpc.SpectrumdImplBase
extends Object
implements io.grpc.BindableService, SpectrumdGrpc.AsyncService
Base class for the server implementation of the service Spectrumd.
Spectrum daemon service definition. Port 5306.
-
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 de.serosystems.proto.v3.grx.spectrumd.SpectrumdGrpc.AsyncService
getAggregatedFFTBlockStream, getAggregatedFFTProperties, getChannelPowerStream, getWaterfallJPEG, getWaterfallJPEGStream
-
Constructor Details
-
SpectrumdImplBase
public SpectrumdImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-