outbox

abstract val outbox: MirrorableMap<Uid<Message>, Message>

All outgoing messages.

Messaging gateways should observe this list, to find out if there are any messages that need to be sent by those gateways.