Uses of Class
org.yamcs.protobuf.SubscribeCommandsRequest
-
Uses of SubscribeCommandsRequest in org.yamcs.http.api
Modifier and TypeMethodDescriptionvoid
CommandsApi.subscribeCommands
(Context ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) -
Uses of SubscribeCommandsRequest in org.yamcs.protobuf
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.PARSER
Deprecated.Modifier and TypeMethodDescriptionSubscribeCommandsRequest.Builder.build()
SubscribeCommandsRequest.Builder.buildPartial()
static SubscribeCommandsRequest
SubscribeCommandsRequest.getDefaultInstance()
SubscribeCommandsRequest.Builder.getDefaultInstanceForType()
SubscribeCommandsRequest.getDefaultInstanceForType()
static SubscribeCommandsRequest
SubscribeCommandsRequest.parseDelimitedFrom
(InputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(byte[] data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.ByteString data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(InputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(ByteBuffer data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.getParserForType()
static com.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.parser()
Modifier and TypeMethodDescriptionSubscribeCommandsRequest.Builder.mergeFrom
(SubscribeCommandsRequest other) SubscribeCommandsRequest.newBuilder
(SubscribeCommandsRequest prototype) abstract void
AbstractCommandsApi.subscribeCommands
(T ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Receive updates on issued commandsfinal void
CommandsApiClient.subscribeCommands
(Void ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Receive updates on issued commands