2
3
6
7
8
9
10
11
13#include <so_5/handler_makers.hpp>
15#include <so_5/impl/enveloped_msg_details.hpp>
26 message_ref_t & message )
virtual void access_hook(access_context_t context, handler_invoker_t &invoker) noexcept=0
An implementation of handler_invoker interface for the case when a mesage was sent to mchain.
bool was_handled() const noexcept
mchain_demand_handler_invoker_t(const ::so_5::details::msg_type_and_handler_pair_t &handler)
Initializing constructor.
bool process_envelope_when_handler_found(const msg_type_and_handler_pair_t &handler, message_ref_t &message)
Some reusable and low-level classes/functions which can be used in public header files.
envelope_t & message_to_envelope(const message_ref_t &src_msg)
A helper function for casting message instance to envelope instance.
access_context_t
Information about context on that enveloped message is handled.
Private part of message limit implementation.
Description of an event handler.