dart_nats library

Classes

Client
NATS client
ConnectOption
connection option to send to server
Message Header
Info
NATS Server Info
Message<T>
Message class
Nkeys
Nkeys
Nuid
nuid port from go nats
Subscription<T>
subscription class

Enums

Status
status of the nats client

Constants

PrefixByteAccount → const int
PrefixByteAccount is the version byte used for encoded NATS Accounts
PrefixByteCluster → const int
PrefixByteCluster is the version byte used for encoded NATS Clusters
PrefixByteOperator → const int
PrefixByteOperator is the version byte used for encoded NATS Operators
PrefixBytePrivate → const int
PrefixBytePrivate is the version byte used for encoded NATS Private keys
PrefixByteSeed → const int
PrefixByteSeed is the version byte used for encoded NATS Seeds
PrefixByteServer → const int
PrefixByteServer is the version byte used for encoded NATS Servers
PrefixByteUnknown → const int
PrefixByteUnknown is for unknown prefixes.
PrefixByteUser → const int
PrefixByteUser is the version byte used for encoded NATS Users

Functions

newInbox({String inboxPrefix = '_INBOX', bool secure = true}) String
generate inbox

Exceptions / Errors

NatsException
Nats Exception
NkeysException
nkeys Exception