Class SpectrumdGrpc
java.lang.Object
de.serosystems.proto.v3.grx.spectrumd.SpectrumdGrpc
@Generated(value="by gRPC proto compiler (version 1.56.1)",
comments="Source: Spectrumd.proto")
public final class SpectrumdGrpc
extends Object
Spectrum daemon service definition. Port 5306.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Spectrum daemon service definition.static final class
A stub to allow clients to do synchronous rpc calls to service Spectrumd.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Spectrumd.static class
Base class for the server implementation of the service Spectrumd.static final class
A stub to allow clients to do asynchronous rpc calls to service Spectrumd. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(SpectrumdGrpc.AsyncService service) static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
SpectrumDProto.AggregatedFFTBlock> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
SpectrumDProto.AggregatedFFTProperties> static io.grpc.MethodDescriptor<SpectrumDProto.ChannelPowerRequest,
SpectrumDProto.ChannelPower> static io.grpc.MethodDescriptor<SpectrumDProto.GetWaterfallJPEGRequest,
SpectrumDProto.WaterfallJPEGImage> static io.grpc.MethodDescriptor<SpectrumDProto.GetWaterfallJPEGRequest,
SpectrumDProto.WaterfallJPEGImage> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SpectrumdGrpc.SpectrumdStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetAggregatedFFTPropertiesMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,SpectrumDProto.AggregatedFFTProperties> getGetAggregatedFFTPropertiesMethod() -
getGetAggregatedFFTBlockStreamMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,SpectrumDProto.AggregatedFFTBlock> getGetAggregatedFFTBlockStreamMethod() -
getGetWaterfallJPEGMethod
public static io.grpc.MethodDescriptor<SpectrumDProto.GetWaterfallJPEGRequest,SpectrumDProto.WaterfallJPEGImage> getGetWaterfallJPEGMethod() -
getGetWaterfallJPEGStreamMethod
public static io.grpc.MethodDescriptor<SpectrumDProto.GetWaterfallJPEGRequest,SpectrumDProto.WaterfallJPEGImage> getGetWaterfallJPEGStreamMethod() -
getGetChannelPowerStreamMethod
public static io.grpc.MethodDescriptor<SpectrumDProto.ChannelPowerRequest,SpectrumDProto.ChannelPower> getGetChannelPowerStreamMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-