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

Informs the sink that a stream has been aborted due to an unrecoverable error. More...

#include <system_messages.hpp>

Collaboration diagram for caf::stream_abort_msg:
Collaboration graph
[legend]

Public Attributes

uint64_t sink_flow_id
 The ID of the flow at the sink.
 
error reason
 Contains details about the abort reason.
 

Related Functions

(Note that these are not member functions.)

template<class Inspector >
bool inspect (Inspector &f, stream_abort_msg &msg)
 

Detailed Description

Informs the sink that a stream has been aborted due to an unrecoverable error.

Note
The sender is always the source.

Friends And Related Function Documentation

◆ inspect()

template<class Inspector >
bool inspect ( Inspector &  f,
stream_abort_msg msg 
)
related

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