Core
Write Plugins v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

connection:remove #

Arguments Type Description
connection
object
Connection information

Triggered whenever a connection is removed from Kuzzle.

Pipes cannot listen to that event, only hooks can.


connection #

The provided connection object has the following properties:

Properties Type Description
id
string
Connection unique ID
protocol
string
Protocol name (eg: websocket, http, etc.)
headers
object
Protocol specific headers
ips
array
Array of ips addresses