kdb.plugins.rmessage module

RMessage

This plugin listens for remote message events and sends a Message Event into the system and returning any replies generated.

class kdb.plugins.rmessage.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'commands'
rlog(source, target, args)

Display Remote Message Logs

Syntax: rlog

class kdb.plugins.rmessage.RMessage(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

RMessage plugin

This doesn’t have any user commands available. This plugin listens for remote message events and sends a Message Event into the system and returning any replies generated.

Depends on: xmlrpc

init(*args, **kwargs)
class kdb.plugins.rmessage.RPC(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'rpc'
message(source, target, message)

This Page