Package org.yamcs.tse

Interface TsePostprocessor


public interface TsePostprocessor
  • Method Summary

    Modifier and Type
    Method
    Description
    process(TseCommand.Builder commandBuilder)
    Process an instruction passed to TseCommander.
    default void
    Sets the command history listener which can be used to provide command history entries related to the command processed.
  • Method Details

    • process

      TseCommand process(TseCommand.Builder commandBuilder)
      Process an instruction passed to TseCommander.
    • setCommandHistoryPublisher

      default void setCommandHistoryPublisher(CommandHistoryPublisher commandHistoryListener)
      Sets the command history listener which can be used to provide command history entries related to the command processed.