Enumeration: LEGACY_WS
executors/legacy-ws/src.LEGACY_WS
Table of contents
Enumeration Members
- COMPLETE
- CONNECTION_ACK
- CONNECTION_ERROR
- CONNECTION_INIT
- CONNECTION_KEEP_ALIVE
- CONNECTION_TERMINATE
- DATA
- ERROR
- START
- STOP
Enumeration Members
COMPLETE
• COMPLETE = "complete"
Defined in
packages/executors/legacy-ws/src/index.ts:15 (opens in a new tab)
CONNECTION_ACK
• CONNECTION_ACK = "connection_ack"
Defined in
packages/executors/legacy-ws/src/index.ts:7 (opens in a new tab)
CONNECTION_ERROR
• CONNECTION_ERROR = "connection_error"
Defined in
packages/executors/legacy-ws/src/index.ts:8 (opens in a new tab)
CONNECTION_INIT
• CONNECTION_INIT = "connection_init"
Defined in
packages/executors/legacy-ws/src/index.ts:6 (opens in a new tab)
CONNECTION_KEEP_ALIVE
• CONNECTION_KEEP_ALIVE = "ka"
Defined in
packages/executors/legacy-ws/src/index.ts:9 (opens in a new tab)
CONNECTION_TERMINATE
• CONNECTION_TERMINATE = "connection_terminate"
Defined in
packages/executors/legacy-ws/src/index.ts:12 (opens in a new tab)
DATA
• DATA = "data"
Defined in
packages/executors/legacy-ws/src/index.ts:13 (opens in a new tab)
ERROR
• ERROR = "error"
Defined in
packages/executors/legacy-ws/src/index.ts:14 (opens in a new tab)
START
• START = "start"
Defined in
packages/executors/legacy-ws/src/index.ts:10 (opens in a new tab)
STOP
• STOP = "stop"
Defined in
packages/executors/legacy-ws/src/index.ts:11 (opens in a new tab)