C++ Actor Framework 1.0.0
|
Sent to all actors monitoring a node when CAF loses connection to it. More...
#include <system_messages.hpp>
Public Attributes | |
node_id | node |
The disconnected node. | |
error | reason |
The cause for the disconnection. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const node_down_msg &x, const node_down_msg &y) noexcept |
bool | operator!= (const node_down_msg &x, const node_down_msg &y) noexcept |
template<class Inspector > | |
bool | inspect (Inspector &f, node_down_msg &x) |
Sent to all actors monitoring a node when CAF loses connection to it.
error caf::node_down_msg::reason |
The cause for the disconnection.
No error (a default-constructed error object) indicates an ordinary shutdown.