Message envelope containing routing and payload information. More...
#include <actor.hpp>
Public Attributes | |
TActorId | Sender |
Actor that sent the message. | |
TActorId | Recipient |
Actor that should receive the message. | |
TMessageId | MessageId |
Type identifier of the message. | |
TBlob | Blob |
Serialized message data. |
Message envelope containing routing and payload information.
TEnvelope wraps messages with sender/recipient information and contains the serialized message data.