Class AbstractParameterValuesApi<T>

java.lang.Object
org.yamcs.protobuf.AbstractParameterValuesApi<T>
All Implemented Interfaces:
Api<T>
Direct Known Subclasses:
ParameterValuesApi, ParameterValuesApiClient

@Generated(value="org.yamcs.protoc.ServiceGenerator", date="2024-04-26T10:53:32.385261080Z") public abstract class AbstractParameterValuesApi<T> extends Object implements Api<T>
  • Constructor Details

    • AbstractParameterValuesApi

      public AbstractParameterValuesApi()
  • Method Details

    • loadParameterValues

      public abstract Observer<LoadParameterValuesRequest> loadParameterValues(T ctx, Observer<LoadParameterValuesResponse> observer)
        Load a stream of parameter values
       
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface Api<T>
    • getRequestPrototype

      public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
      Specified by:
      getRequestPrototype in interface Api<T>
    • getResponsePrototype

      public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
      Specified by:
      getResponsePrototype in interface Api<T>
    • callMethod

      public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, T ctx, com.google.protobuf.Message request, Observer<com.google.protobuf.Message> future)
      Specified by:
      callMethod in interface Api<T>
    • callMethod

      public final Observer<com.google.protobuf.Message> callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, T ctx, Observer<com.google.protobuf.Message> future)
      Specified by:
      callMethod in interface Api<T>