C++ Actor Framework 1.0.0
|
DSL entry point for creating a client from an URI. More...
#include <has_uri_connect.hpp>
Inherits Base.
Public Member Functions | |
auto | connect (const uri &endpoint) |
Creates a connect_factory object for the given TCP endpoint . | |
auto | connect (expected< uri > endpoint) |
Creates a connect_factory object for the given TCP endpoint . | |
DSL entry point for creating a client from an URI.
auto caf::net::dsl::has_uri_connect< Base, Subtype >::connect | ( | const uri & | endpoint | ) |
Creates a connect_factory
object for the given TCP endpoint
.
endpoint | The endpoint of the TCP server to connect to. |
connect_factory
object initialized with the given parameters. auto caf::net::dsl::has_uri_connect< Base, Subtype >::connect | ( | expected< uri > | endpoint | ) |
Creates a connect_factory
object for the given TCP endpoint
.
endpoint | The endpoint of the TCP server to connect to. |
connect_factory
object initialized with the given parameters.