|
C++ Actor Framework 0.18
|
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). | |
Transmits stream data.