Status enum

status of the nats client

Inheritance

Constructors

Status()
const

Values

disconnected → const Status

disconnected or not connected

tlsHandshake → const Status

tlsHandshake

infoHandshake → const Status

channel layer connect wait for info connect handshake

connected → const Status

connected to server ready

closed → const Status

already close by close or server

reconnecting → const Status

automatic reconnection to server

connecting → const Status

connecting by connect() method

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Status>
A constant List of the values in this enum, in order of their declaration.