Uses of Class
org.yamcs.cmdhistory.CommandHistoryFilter
-
Uses of CommandHistoryFilter in org.yamcs.cmdhistory
Modifier and TypeMethodDescriptionCommandHistoryRequestManager.subscribeCommandHistory
(String commandsOrigin, long commandsSince, CommandHistoryConsumer consumer) Called by the CommandHistory consumers when they want to receive all updates corresponding to a command.CommandHistoryRequestManager.unsubscribeCommandHistory
(int id) Called by the CommandHistory consumers to remove the subscriptionModifier and TypeMethodDescriptionvoid
CommandHistoryRequestManager.addSubscription
(CommandHistoryFilter filter, CommandHistoryConsumer consumer) Called by the CommandHistoryImpl to move the subscription from another command history manager to this one