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

Informs the sink that the source has added it to the flow. More...

#include <system_messages.hpp>

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

Public Attributes

strong_actor_ptr source
 Pointer to the source actor.
 
uint64_t sink_flow_id
 The ID of the flow at the sink.
 
uint64_t source_flow_id
 The ID of the flow at the source.
 
uint32_t max_items_per_batch
 Maximum amounts of items per batch.
 

Related Functions

(Note that these are not member functions.)

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

Detailed Description

Informs the sink that the source has added it to the flow.

Note
The sender is always the source.

Friends And Related Function Documentation

◆ inspect()

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

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