def send()

in message_flow/commands/producer/command_producer.py [0:0]


    def send(
        self,
        channel: str,
        command: Command,
        reply_to: str,
        *,
        headers: Optional[Dict[str, str]] = None