core.messaging.meta.command_reply_meta_information
CommandReplyMetaInformation Objects
@dataclasses.dataclass(frozen=True, kw_only=True)
class CommandReplyMetaInformation(MessageMetaInformation)
Message meta information specific to CommandReply.
is_handled_externally
@property
def is_handled_externally() -> bool
Whether the message is handled outside the message bus.
set_handled_externally
def set_handled_externally(value: bool = True) -> None
Sets whether the message is handled outside the message bus.