Skip to content

Instantly share code, notes, and snippets.

@Aschen
Created August 22, 2019 06:46
Show Gist options
  • Select an option

  • Save Aschen/f1ebdcc9aa6b8b91efff5d58a0a04564 to your computer and use it in GitHub Desktop.

Select an option

Save Aschen/f1ebdcc9aa6b8b91efff5d58a0a04564 to your computer and use it in GitHub Desktop.
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