Class Topic


  • public class Topic
    extends Object
    • Method Detail

      • getApi

        public org.yamcs.api.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,
                               org.yamcs.api.Observer<com.google.protobuf.Message> observer)
      • callMethod

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