Class StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base
Base class for server-side implementations of StreamDerivativesInstrumentMetricsServiceV1
Inheritance
System.Object
StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base
Namespace: KaikoSdk
Assembly: KaikoSdk.dll
Syntax
public abstract class StreamDerivativesInstrumentMetricsServiceV1Base : object
Methods
Subscribe(StreamDerivativesInstrumentMetricsRequestV1, Grpc.Core.IServerStreamWriter<StreamDerivativesInstrumentMetricsResponseV1>, Grpc.Core.ServerCallContext)
Subscribe
Declaration
public virtual System.Threading.Tasks.Task Subscribe(StreamDerivativesInstrumentMetricsRequestV1 request, Grpc.Core.IServerStreamWriter<StreamDerivativesInstrumentMetricsResponseV1> responseStream, Grpc.Core.ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
StreamDerivativesInstrumentMetricsRequestV1 | request | The request received from the client. |
Grpc.Core.IServerStreamWriter<StreamDerivativesInstrumentMetricsResponseV1> | responseStream | Used for sending responses back to the client. |
Grpc.Core.ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A task indicating completion of the handler. |