class

CommandProcessor

Inherits Reference < Object

Class methods

process(input_stream : Channel(Command), output_stream : Channel(CommandResult))
Source
start(input_stream : Channel(Command), output_stream : Channel(CommandResult))

Starts processing commands.

Source