SObjectizer  5.5
Classes | Namespaces | Functions
active_obj/pub.hpp File Reference

Dispatcher creation and agent binding functions. More...

#include <string>
#include <so_5/declspec.hpp>
#include <so_5/disp_binder.hpp>
#include <so_5/disp/mpsc_queue_traits/pub.hpp>
#include <so_5/disp/reuse/work_thread_activity_tracking.hpp>

Go to the source code of this file.

Classes

class  so_5::disp::active_obj::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::active_obj::dispatcher_handle_t
 A handle for active_obj dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::active_obj
 Active objects dispatcher.
 
 so_5::disp::active_obj::impl
 Active objects dispatcher implemetation details.
 

Functions

SO_5_NODISCARD SO_5_FUNC dispatcher_handle_t so_5::disp::active_obj::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params)
 Create an instance of active_obj dispatcher. More...
 
dispatcher_handle_t so_5::disp::active_obj::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base)
 Create an instance of active_obj dispatcher. More...
 
dispatcher_handle_t so_5::disp::active_obj::make_dispatcher (environment_t &env)
 Create a private active_obj dispatcher. More...
 

Detailed Description

Dispatcher creation and agent binding functions.