Class RpcDescriptor

java.lang.Object
org.yamcs.http.RpcDescriptor

public class RpcDescriptor extends Object
  • Constructor Details

    • RpcDescriptor

      public RpcDescriptor(String service, String method, com.google.protobuf.DescriptorProtos.DescriptorProto inputType, com.google.protobuf.DescriptorProtos.DescriptorProto outputType, HttpRoute httpOptions)
    • RpcDescriptor

      public RpcDescriptor(String service, String method, com.google.protobuf.DescriptorProtos.DescriptorProto inputType, com.google.protobuf.DescriptorProtos.DescriptorProto outputType, WebSocketTopic websocketTopic)
  • Method Details

    • getService

      public String getService()
    • getMethod

      public String getMethod()
    • getInputType

      public com.google.protobuf.DescriptorProtos.DescriptorProto getInputType()
    • getOutputType

      public com.google.protobuf.DescriptorProtos.DescriptorProto getOutputType()
    • getDescription

      public String getDescription()
    • getHttpRoute

      public HttpRoute getHttpRoute()
    • getAdditionalHttpRoutes

      public List<HttpRoute> getAdditionalHttpRoutes()
    • getWebSocketTopic

      public WebSocketTopic getWebSocketTopic()
    • getAdditionalWebSocketTopics

      public List<WebSocketTopic> getAdditionalWebSocketTopics()