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

base class for request payload More...

#include <request.hpp>

Inheritance diagram for rotor::request_base_t:
rotor::wrapped_request_t< T, typename > rotor::wrapped_request_t< T, std::enable_if_t< std::is_base_of_v< arc_base_t< T >, T > > >

Public Attributes

request_id_t id
 unique (per supervisor) request id
 
address_ptr_t reply_to
 destination address for reply
 
address_ptr_t origin
 the source (original) actor address, which made an request
 

Detailed Description

base class for request payload

Member Data Documentation

◆ reply_to

address_ptr_t rotor::request_base_t::reply_to

destination address for reply

It is not necessary that the address be the original actor


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