Outbound Message
data class OutboundMessage(val localId: ID, val messages: Map<Path, SingleOutboundMessage<*>>) : Message
An OutboundMessage are messages that a device localId sends to all other neighbours.
An OutboundMessage are messages that a device localId sends to all other neighbours.