SObjectizer 5.8
Loading...
Searching...
No Matches
pub.hpp File Reference

Functions for creating and binding to the active group dispatcher. More...

Go to the source code of this file.

Classes

class  so_5::disp::active_group::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::active_group::impl::basic_dispatcher_iface_t
 The very basic interface of active_group dispatcher. More...
 
class  so_5::disp::active_group::dispatcher_handle_t
 A handle for active_group dispatcher. More...
 

Namespaces

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::disp
 Event dispatchers.
 
namespace  so_5::disp::active_group
 Active groups dispatcher.
 
namespace  so_5::disp::active_group::impl
 Active groups dispatcher implemetation details.
 

Typedefs

using so_5::disp::active_group::impl::basic_dispatcher_iface_shptr_t
 

Functions

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

Detailed Description

Functions for creating and binding to the active group dispatcher.

Definition in file active_group/pub.hpp.