cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of BackendList class. More...
#include <memory>
#include <string>
#include <string_view>
#include <unordered_map>
#include <utility>
#include <fmt/format.h>
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/transport/i_backend.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::transport::BackendList |
Class of lists of backends of protocols. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::transport |
Namespace of transport of messages. |
Definition of BackendList class.
Definition in file backend_list.h.