CapGdlrCommandBus.CommandEnvelope¶
Inherits: RefCounted < Object
A command together with its metadata.
Properties¶
Methods¶
void |
_init(command_: CapGdlrCommandBus.Command, meta_: CapGdlrCommandBus.CommandMeta = <unknown>) |
to_dict() |
|
from_dict(serialized: Dictionary) static |
Property Descriptions¶
CapGdlrCommandBus.CommandMeta meta 🔗
Identifiers, routing, and timing of the command.
CapGdlrCommandBus.Command command 🔗
The command to run.
Method Descriptions¶
void _init(command_: CapGdlrCommandBus.Command, meta_: CapGdlrCommandBus.CommandMeta = <unknown>) 🔗
Creates an envelope for command_.
Dictionary to_dict() 🔗
Serializes the envelope. See from_dict().
CapGdlrCommandBus.CommandEnvelope from_dict(serialized: Dictionary) static 🔗
Restores an envelope from the output of to_dict().