Obsctl::IPC::Request
A single newline-delimited IPC request received by the daemon.
Requests are either command invocations or long-lived topic subscriptions.
Constants
TYPE_COMMAND = "command"
TYPE_SUBSCRIBE = "subscribe"
Constructors
Instance methods
clone
Sourcecommand
copy_with(id _id = @id, type _type = @type, command _command = @command, topics _topics = @topics)
Sourceid
topics
type