Class ReplicationApi

java.lang.Object
org.yamcs.protobuf.AbstractReplicationApi<Context>
org.yamcs.http.api.ReplicationApi
All Implemented Interfaces:
org.yamcs.api.Api<Context>

public class ReplicationApi extends org.yamcs.protobuf.AbstractReplicationApi<Context>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getReplicationInfo(Context ctx, com.google.protobuf.Empty request, org.yamcs.api.Observer<org.yamcs.protobuf.ReplicationInfo> observer)
     
    void
    subscribeReplicationInfo(Context ctx, com.google.protobuf.Empty request, org.yamcs.api.Observer<org.yamcs.protobuf.ReplicationInfo> observer)
     

    Methods inherited from class org.yamcs.protobuf.AbstractReplicationApi

    callMethod, callMethod, getDescriptorForType, getRequestPrototype, getResponsePrototype

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplicationApi

      public ReplicationApi()
  • Method Details

    • getReplicationInfo

      public void getReplicationInfo(Context ctx, com.google.protobuf.Empty request, org.yamcs.api.Observer<org.yamcs.protobuf.ReplicationInfo> observer)
      Specified by:
      getReplicationInfo in class org.yamcs.protobuf.AbstractReplicationApi<Context>
    • subscribeReplicationInfo

      public void subscribeReplicationInfo(Context ctx, com.google.protobuf.Empty request, org.yamcs.api.Observer<org.yamcs.protobuf.ReplicationInfo> observer)
      Specified by:
      subscribeReplicationInfo in class org.yamcs.protobuf.AbstractReplicationApi<Context>