Execute worker control panel commands.
alias of ControlReplyPublisher
Dispatch by using message data received by the broker.
Example:
>>> def receive_message(message_data, message):
... control = message_data.get("control")
... if control:
... ControlDispatch().dispatch_from_message(control)
Execute control command by name and keyword arguments.
| Parameters: |
|
|---|