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

Classes

class  AmqpError
 Operational/runtime failure inside the AMQP transport adapter. More...
 
struct  Config
 
struct  TlsConfig
 
class  Transport
 AMQP pipe — one instance binds to a single AMQP routing key and carries traffic in both directions: outbound dispatch() calls publish onto the configured exchange with the configured routing key; inbound messages arriving on the bound queue are 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::amqp::Format : std::uint8_t
strong

Wire format used for encoded envelopes.

Enumerator
Json 
Cbor