Class SpectrumdGrpc.SpectrumdFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<SpectrumdGrpc.SpectrumdFutureStub>
de.serosystems.proto.v3.grx.spectrumd.SpectrumdGrpc.SpectrumdFutureStub
- Enclosing class:
- SpectrumdGrpc
public static final class SpectrumdGrpc.SpectrumdFutureStub
extends io.grpc.stub.AbstractFutureStub<SpectrumdGrpc.SpectrumdFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Spectrumd.
Spectrum daemon service definition. Port 5306.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionprotected SpectrumdGrpc.SpectrumdFutureStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<SpectrumDProto.AggregatedFFTProperties>
getAggregatedFFTProperties
(com.google.protobuf.Empty request) Request the aggregated FFT properties, they do not change over time.com.google.common.util.concurrent.ListenableFuture<SpectrumDProto.WaterfallJPEGImage>
Request a single waterfall plot as JPEG image.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected SpectrumdGrpc.SpectrumdFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<SpectrumdGrpc.SpectrumdFutureStub>
-
getAggregatedFFTProperties
public com.google.common.util.concurrent.ListenableFuture<SpectrumDProto.AggregatedFFTProperties> getAggregatedFFTProperties(com.google.protobuf.Empty request) Request the aggregated FFT properties, they do not change over time.
-
getWaterfallJPEG
public com.google.common.util.concurrent.ListenableFuture<SpectrumDProto.WaterfallJPEGImage> getWaterfallJPEG(SpectrumDProto.GetWaterfallJPEGRequest request) Request a single waterfall plot as JPEG image.
-