Created
August 22, 2019 06:46
-
-
Save Aschen/f1ebdcc9aa6b8b91efff5d58a0a04564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const filters = { | |
| equals: { containerId: 'liia-1209' } | |
| }; | |
| await kuzzle.realtime.subscribe('containers', 'positions', filters, notification => { | |
| // Only notifications about the 'liia-1209' container | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment