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

Classes

struct  Config
 
class  NatsError
 Operational/runtime failure inside the NATS transport adapter. More...
 
struct  TlsConfig
 
class  Transport
 NATS pipe — one instance binds to a single NATS subject and carries traffic in both directions: outbound dispatch() publishes on the subject, and any inbound message on the subject 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::nats::Format : std::uint8_t
strong

Wire format used for encoded envelopes.

Enumerator
Json 
Cbor