Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AkeraEvents

The events emited by the connection open to an akera.io application server.

Index

Enumeration members

Enumeration members

DATA

DATA: = "data"

Emited when a data package is received on the connection.

DONE

DONE: = "done"

Emited when a 'DONE' message was received or sent on the connection.

ERROR

ERROR: = "error"

Emited when an error occured, either execution or communication.

MESSAGE

MESSAGE: = "message"

Emited when a complete message is received on the connection.

TIMEOUT

TIMEOUT: = "timeout"

Emited when a write/connect operation timed out.