cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
backends.h File Reference

Declaration of functions to create backends. More...

#include <memory>
#include "msgpack_rpc/config.h"
#include "msgpack_rpc/config/message_parser_config.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/transport/i_backend.h"
Include dependency graph for backends.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::transport
 Namespace of transport of messages.

Functions

std::shared_ptr< IBackendmsgpack_rpc::transport::create_tcp_backend (const std::shared_ptr< executors::IExecutor > &executor, const config::MessageParserConfig &message_parser_config, std::shared_ptr< logging::Logger > logger)
 Create a backend of TCP.

Detailed Description

Declaration of functions to create backends.

Definition in file backends.h.