Go to the documentation of this file.
9 #ifndef EAGINE_MESSAGE_BUS_CONN_FACTORY_HPP
10 #define EAGINE_MESSAGE_BUS_CONN_FACTORY_HPP
25 -> std::unique_ptr<acceptor> = 0;
30 -> std::unique_ptr<connection> = 0;
59 #endif // EAGINE_MESSAGE_BUS_CONN_FACTORY_HPP
auto make_acceptor()
Make a new acceptor listening on a default address.
Definition: conn_factory.hpp:34
auto make_acceptor(identifier id)
Make a new acceptor listening on the specified address.
Definition: conn_factory.hpp:46
Interface for message bus connection and acceptor factories.
Definition: conn_factory.hpp:20
auto make_connector()
Make a new connector connecting to the specified address.
Definition: conn_factory.hpp:40
basic_address< false > address
Type alias for non-const memory address values.
Definition: address.hpp:203
auto make_connector(identifier id)
Make a new connector connecting to the specified address.
Definition: conn_factory.hpp:52
Message bus code is placed in this namespace.
Definition: eagine.hpp:58
Basic interface for retrieving message bus connection information.
Definition: connection.hpp:98