Interface CommandHistoryConsumer

    • Method Detail

      • addedCommand

        void addedCommand​(PreparedCommand pc)
        Called when a new command matching the filters has been added to the history
        Parameters:
        pc -
      • updatedCommand

        void updatedCommand​(org.yamcs.protobuf.Commanding.CommandId cmdId,
                            long changeDate,
                            String key,
                            Value value)
        Called when the history of a command matching the filters has been updated
      • updatedCommand

        default void updatedCommand​(org.yamcs.protobuf.Commanding.CommandId cmdId,
                                    long changeDate,
                                    List<Attribute> attrs)