Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

GQL_COMPLETE

GQL_COMPLETE: = "complete"

Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_STOP message

GQL_CONNECTION_ACK

GQL_CONNECTION_ACK: = "connection_ack"

Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_CONNECTION_INIT message

GQL_CONNECTION_ERROR

GQL_CONNECTION_ERROR: = "connection_error"

Server -> Client message This message type is in case there is an issue with AWS AppSync RealTime when establishing connection

GQL_CONNECTION_INIT

GQL_CONNECTION_INIT: = "connection_init"

Client -> Server message. This message type is the first message after handshake and this will initialize AWS AppSync RealTime communication

GQL_CONNECTION_KEEP_ALIVE

GQL_CONNECTION_KEEP_ALIVE: = "ka"

Server -> Client message. This message type helps the client to know is still receiving messages from AWS AppSync RealTime

GQL_DATA

GQL_DATA: = "data"

Server -> Client message. This message type is for subscription message from AWS AppSync RealTime

GQL_ERROR

GQL_ERROR: = "error"

Server -> Client message. This message type is for sending error messages from AWS AppSync RealTime to the client

GQL_START

GQL_START: = "start"

Client -> Server message. This message type is for register subscriptions with AWS AppSync RealTime

GQL_START_ACK

GQL_START_ACK: = "start_ack"

Server -> Client message. This message type is for the ack response from AWS AppSync RealTime for GQL_START message

GQL_STOP

GQL_STOP: = "stop"

Client -> Server message. This message type is for unregister subscriptions with AWS AppSync RealTime