Core
Write Protocols 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.

notify #

Asks the protocol to send data to a specific connection, on some of its channels.


Arguments #

notify(channels, connectionId, payload)

  • channels |
    string[]
    | list of channels
  • connectionId |
    string
    | connection unique identifier, previously registered by the protocol using newConnection
  • payload |
    object
    | data payload

Return #

The notify function is not expected to return a value.