Class Topic

java.lang.Object
org.yamcs.http.Topic

public class Topic extends Object
  • Method Details

    • getDescriptor

      public RpcDescriptor getDescriptor()
    • getApi

      public Api<Context> getApi()
    • isDeprecated

      public boolean isDeprecated()
    • getName

      public String getName()
    • getMethodDescriptor

      public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor()
    • getRequestPrototype

      public com.google.protobuf.Message getRequestPrototype()
    • getResponsePrototype

      public com.google.protobuf.Message getResponsePrototype()
    • callMethod

      public void callMethod(Context ctx, com.google.protobuf.Message request, Observer<com.google.protobuf.Message> observer)
    • callMethod

      public Observer<com.google.protobuf.Message> callMethod(Context ctx, Observer<com.google.protobuf.Message> observer)