Class TopicContext

java.lang.Object
org.yamcs.http.Context
org.yamcs.http.TopicContext

public class TopicContext extends Context
Context for a specific RPC call over a (shared) WebSocket connection.
  • Method Details

    • getMethod

      public com.google.protobuf.Descriptors.MethodDescriptor getMethod()
      Specified by:
      getMethod in class Context
    • addListener

      public void addListener(ContextListener listener)
    • cancel

      public boolean cancel(Throwable cause)
    • getCancellationCause

      public Throwable getCancellationCause()
    • isCancelled

      public boolean isCancelled()
    • getTopic

      public Topic getTopic()
    • isLowPriority

      public boolean isLowPriority()
    • close

      public void close()
    • dumpState

      public State.CallInfo dumpState()