rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::plugin::inspected_local_delivery_t Struct Reference

debugging local message delivery implementation with dumping details to stdout. More...

#include <delivery.h>

Static Public Member Functions

static void delivery (message_ptr_t &message, const subscription_t::joint_handlers_t &local_recipients, const message_stringifier_t *stringifier) noexcept
 delivers the message to the recipients, possibly dumping it to console
 
static void discard (message_ptr_t &message, const message_stringifier_t *stringifier) noexcept
 dumps discarded message
 

Detailed Description

debugging local message delivery implementation with dumping details to stdout.


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