cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of ReceivedMessageProcessor class. More...
#include <memory>
#include <utility>
#include <variant>
#include "msgpack_rpc/clients/impl/call_list.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/messages/call_result.h"
#include "msgpack_rpc/messages/parsed_message.h"
#include "msgpack_rpc/messages/parsed_response.h"
#include "msgpack_rpc/util/format_msgpack_object.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::ReceivedMessageProcessor |
Class to process received messages. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::clients |
Namespace of clients. | |
namespace | msgpack_rpc::clients::impl |
Namespace of internal implementations. |
Definition of ReceivedMessageProcessor class.
Definition in file received_message_processor.h.