SDK
SDK Golang v2.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.

ListenerCount #

Gets number of registered listener for a given event.

Arguments #

Copied to clipboard!
ListenerCount(event int) int

Argument Type Description
event int Event constant from the event package

Return #

The number of registered listener for a given event.