Interface of implementation of builders of clients.
More...
#include <msgpack_rpc/clients/impl/i_client_builder_impl.h>
|
| IClientBuilderImpl () noexcept=default |
| Constructor.
|
Interface of implementation of builders of clients.
Definition at line 37 of file i_client_builder_impl.h.
◆ build()
◆ connect_to()
virtual void msgpack_rpc::clients::impl::IClientBuilderImpl::connect_to |
( |
addresses::URI | uri | ) |
|
|
pure virtual |
◆ register_protocol()
virtual void msgpack_rpc::clients::impl::IClientBuilderImpl::register_protocol |
( |
std::shared_ptr< transport::IBackend > | backend | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: