conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
Classes | Enumerations
conduit::mqtt Namespace Reference

Classes

struct  Config
 
class  MqttError
 Operational/runtime failure inside the MQTT transport adapter. More...
 
struct  TlsConfig
 
class  Transport
 MQTT pipe — one instance binds to a single MQTT topic and carries traffic in both directions: outbound dispatch() calls publish onto the topic, and any inbound message on the topic is decoded via the shared event registry and delivered through the inbound sink installed at attach time. More...
 

Enumerations

enum class  Format : std::uint8_t { Json , Cbor }
 Wire format used for encoded envelopes. More...
 

Enumeration Type Documentation

◆ Format

enum class conduit::mqtt::Format : std::uint8_t
strong

Wire format used for encoded envelopes.

Enumerator
Json 
Cbor