COROIO: NNet::NActors::TEnvelope Class Reference
COROIO
Loading...
Searching...
No Matches
NNet::NActors::TEnvelope Class Reference

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.

Detailed Description

Message envelope containing routing and payload information.

TEnvelope wraps messages with sender/recipient information and contains the serialized message data.


The documentation for this class was generated from the following file: