SObjectizer
5.5
|
Active groups dispatcher. More...
Namespaces | |
impl | |
Active groups dispatcher implemetation details. | |
Classes | |
class | disp_params_t |
Alias for namespace with traits of event queue. More... | |
class | private_dispatcher_t |
An interface for active_group private dispatcher. More... | |
Typedefs | |
using | params_t = disp_params_t |
Old alias for disp_params for compatibility with previous versions. More... | |
using | private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t > |
A handle for the active_group private dispatcher. More... | |
Functions | |
SO_5_FUNC so_5::dispatcher_unique_ptr_t | create_disp ( disp_params_t params) |
Create an instance of dispatcher to be used as named dispatcher. More... | |
SO_5_FUNC private_dispatcher_handle_t | create_private_disp ( so_5::environment_t &env, const std::string &data_sources_name_base, disp_params_t params) |
Create a private active_group dispatcher. More... | |
SO_5_FUNC so_5::disp_binder_unique_ptr_t | create_disp_binder ( const std::string &disp_name, const std::string &group_name) |
Creates the dispatcher binder. More... | |
so_5::dispatcher_unique_ptr_t | create_disp () |
Creates the dispatcher. More... | |
private_dispatcher_handle_t | create_private_disp (so_5::environment_t &env, const std::string &data_sources_name_base) |
Create a private active_group dispatcher. More... | |
private_dispatcher_handle_t | create_private_disp (so_5::environment_t &env) |
Create a private active_group dispatcher. More... | |
Active groups dispatcher.
using so_5::disp::active_group::params_t = typedef disp_params_t |
Old alias for disp_params for compatibility with previous versions.
using so_5::disp::active_group::private_dispatcher_handle_t = typedef so_5::intrusive_ptr_t< private_dispatcher_t > |
A handle for the active_group private dispatcher.
|
inline |
Creates the dispatcher.
SO_5_FUNC so_5::dispatcher_unique_ptr_t so_5::disp::active_group::create_disp | ( | disp_params_t | params | ) |
Create an instance of dispatcher to be used as named dispatcher.
params | Parameters for dispatcher. |
SO_5_FUNC so_5::disp_binder_unique_ptr_t so_5::disp::active_group::create_disp_binder | ( | const std::string & | disp_name, |
const std::string & | group_name | ||
) |
Creates the dispatcher binder.
disp_name | Dispatcher name. |
group_name | Active group name to be bound to. |
|
inline |
Create a private active_group dispatcher.
env | SObjectizer Environment to work in. |
data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
|
inline |
Create a private active_group dispatcher.
env | SObjectizer Environment to work in. |
SO_5_FUNC private_dispatcher_handle_t so_5::disp::active_group::create_private_disp | ( | so_5::environment_t & | env, |
const std::string & | data_sources_name_base, | ||
disp_params_t | params | ||
) |
Create a private active_group dispatcher.
env | SObjectizer Environment to work in. |
data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
params | Parameters for dispatcher. |