Introducing observeAll() and observeOne() for Actyx Pond

Benjamin Sieffert
Distributed Systems Engineer at ActyxWith the release of Pond 2.3.0 we are shipping two new major functions: Pond.observeAll()
and Pond.observeOne()
– they will make development a lot easier in some cases.
Sneak peak:
pond.observeAll(taskCreatedTag, makeTaskFish, {}, x => console.log('all tasks:', x))
In this blog post we give an overview of the new functions and explain the motivation behind adding them.