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

Definition of MessageType enumeration. More...

#include <cstdint>
#include <string_view>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for message_type.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::messages
 Namespace of messages.

Enumerations

enum class  msgpack_rpc::messages::MessageType : std::uint8_t { msgpack_rpc::messages::REQUEST = 0 , msgpack_rpc::messages::RESPONSE = 1 , msgpack_rpc::messages::NOTIFICATION = 2 }
 Enumeration of message types. More...

Functions

std::string_view msgpack_rpc::messages::format_message_type (MessageType type) noexcept
 Format a message type.

Detailed Description

Definition of MessageType enumeration.

Definition in file message_type.h.