C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
caf::downstream_msg_batch Struct Reference

Transmits stream data. More...

#include <downstream_msg.hpp>

Public Types

using outer_type = downstream_msg
 Allows the testing DSL to unbox this type automagically.
 

Public Attributes

int32_t xs_size
 Size of the type-erased vector<T> (used credit).
 
message xs
 A type-erased vector<T> containing the elements of the batch.
 
int64_t id
 ID of this batch (ascending numbering).
 

Detailed Description

Transmits stream data.


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