amqpx / index / ConnectionState
Enumeration: ConnectionState
Defined in: src/connection/connection.ts:12
State in which the connection can be.
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
closed | "closed" | The connection is fully closed. | src/connection/connection.ts:33 |
closing | "closing" | The connection is being closed. | src/connection/connection.ts:29 |
connected | "connected" | The connection is established and ready to be used. | src/connection/connection.ts:25 |
connecting | "connecting" | The initial connection is being established. | src/connection/connection.ts:21 |
preconnect | "preconnect" | Connection is not created yet and there hasn't been attempt to establish it. This is the beginning state. | src/connection/connection.ts:17 |