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

Message with this payload is sent from a supervisor to an actor as shutdown request. More...

#include <messages.hpp>

Public Types

using response_t = shutdown_confirmation_t
 link to response payload type
 

Public Member Functions

template<typename Reason >
 shutdown_request_t (Reason &&reason_) noexcept
 constructs shutdown request with shutdown reason
 

Public Attributes

extended_error_ptr_t reason
 shutdown reason
 

Detailed Description

Message with this payload is sent from a supervisor to an actor as shutdown request.


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