actor-framework
Public Attributes | Related Functions | List of all members
caf::io::connection_closed_msg Struct Reference

Signalizes that a broker connection has been closed. More...

#include <system_messages.hpp>

Collaboration diagram for caf::io::connection_closed_msg:
Collaboration graph
[legend]

Public Attributes

connection_handle handle
 Handle to the closed connection.
 

Related Functions

(Note that these are not member functions.)

template<class Inspector >
bool inspect (Inspector &f, connection_closed_msg &x)
 
template<class Inspector >
bool inspect (Inspector &f, acceptor_closed_msg &x)
 

Detailed Description

Signalizes that a broker connection has been closed.

Friends And Related Function Documentation

◆ inspect() [1/2]

template<class Inspector >
bool inspect ( Inspector &  f,
connection_closed_msg x 
)
related

◆ inspect() [2/2]

template<class Inspector >
bool inspect ( Inspector &  f,
acceptor_closed_msg x 
)
related

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