Get desktop application:
View/edit binary Protocol Buffers messages
Send a messages to a websocket
The nitric name of the socket to send on
The connection ID of the client to send to
The data to send to the socket
(message has no fields)
Close a websocket connection This can be used to force a client to disconnect
The nitric name of the socket to send on
The connection ID of the client to send to
(message has no fields)
Retrieve details about an API
Handle incoming websocket events
ClientMessages are sent from the service to the nitric server
Globally unique id to pair requests/responses
Client initialisation request A worker will not be eligible for triggers until it has identified itself
Client responding with result of a trigger
ServerMessages are sent from the nitric server to the service
Server message ID, used to pair requests/responses
Server responding with client configuration details to an InitRequest
Server requesting client to process an event
Used in:
Used in:
The nitric name of the socket that this worker listens on
The type of event that this worker handles
Placeholder message
Used in:
(message has no fields)
Used in:
The query params available in the connection request
Used in:
Used in:
(message has no fields)
Used in:
The nitric name of the socket that this worker listens on
The connection this trigger came from
Used in:
WebsocketDisconnectionResponse disconnection_response = 11; WebsocketMessageEventResponse message_response = 12;
Used in:
Specialised Event for handling new client connections
Specialised Event for handling existing client connections
All other types of events are messages
Used in:
Data available on