Struct ClientChannel¶
Defined in File server.hpp
Struct Documentation¶
-
struct ClientChannel¶
A channel advertised by a client.
Public Members
-
uint32_t id¶
The ID of the channel.
-
std::string_view topic¶
The topic of the channel.
-
std::string_view encoding¶
The encoding of the channel.
-
std::string_view schema_name¶
The name of the schema of the channel.
-
std::string_view schema_encoding¶
The encoding of the schema of the channel.
-
const std::byte *schema¶
The schema of the channel.
-
size_t schema_len¶
The length of the schema of the channel.
-
uint32_t id¶