nats library Null safety
Classes
- ConnectionOptions
- Options for establishing server connection
- NatsClient
- NatsMessage
- ServerInfo
Constants
- CONNECT → const String
-
"CONNECT"
- CR_LF → const String
-
'\r\n'
- CR_LF_LEN → const int
-
CR_LF.length
- DEFAULT_MAX_PING_OUT → const int
-
2
- DEFAULT_MAX_RECONNECT_ATTEMPTS → const int
-
10
- DEFAULT_PING_INTERVAL → const int
-
2 * 60 * 1000
- DEFAULT_PORT → const String
-
'4222'
- DEFAULT_PRE → const String
-
'nats://localhost:'
- DEFAULT_RECONNECT_TIME_WAIT → const int
-
2 * 1000
- DEFAULT_URI → const String
-
DEFAULT_PRE + DEFAULT_PORT
- EMPTY → const String
-
''
- INFO → const String
-
"INFO"
- MSG → const String
-
"MSG"
- OK → const String
-
"+OK"
- PING → const String
-
"PING"
- PONG → const String
-
"PONG"
- PUB → const String
-
"PUB"
- SUB → const String
-
"SUB"
- UNSUB → const String
-
"UNSUB "