rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::payload::external_subscription_t Struct Reference

Message with this payload is forwarded to the target address supervisor for recording subscription in the external (foreign) handler. More...

#include <messages.hpp>

Public Attributes

subscription_point_t point
 subscription details
 

Detailed Description

Message with this payload is forwarded to the target address supervisor for recording subscription in the external (foreign) handler.

When a supervisor process subscription requests from it's (local) actors, it can found that the target_address belongs to some other (external/foreign) supervisor. In that case the subscription is forwarded to the external supervisor.


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