Uses of Class
org.yamcs.client.Command
Packages that use Command
-
Uses of Command in org.yamcs.client
Methods in org.yamcs.client that return CommandMethods in org.yamcs.client that return types with arguments of type CommandModifier and TypeMethodDescriptionCommand.getCascadedRecords()Returns command records that capture state of upstream (cascaded) servers.Methods in org.yamcs.client with parameters of type CommandModifier and TypeMethodDescriptionintvoidvoidCalled when a new command is received and also updated.default voidCommandListener.onUpdate(Command command, Commanding.CommandHistoryEntry cmdHistEntry) Same as above but also provides the list of new/updated attributes -
Uses of Command in org.yamcs.client.archive
Methods in org.yamcs.client.archive that return types with arguments of type CommandModifier and TypeMethodDescriptionArchiveClient.getCommand(String id) ArchiveClient.listCommands()ArchiveClient.listCommands(Instant start, Instant stop) Method parameters in org.yamcs.client.archive with type arguments of type CommandModifier and TypeMethodDescriptionArchiveClient.streamCommands(StreamReceiver<Command> consumer, Instant start, Instant stop, ArchiveClient.StreamOptions.StreamOption... options) -
Uses of Command in org.yamcs.client.processor
Methods in org.yamcs.client.processor that return types with arguments of type CommandModifier and TypeMethodDescriptionProcessorClient.CommandBuilder.issue()Issue the command, and returns a future that awaits the initial response.Issue the command, and returns a future that awaits the initial response on the specified executor.ProcessorClient.issueCommand(String command, Map<String, ?> arguments) ProcessorClient.issueCommand(String command, Map<String, ?> arguments, Executor executor)