Continuous Queries Overview
A key feature of ActivePivot is its support for Continuous Queries.
Continuous queries are “normal” ActivePivot queries, but instead of just making a query and getting the result
at a given instant, they are refreshed when data changes.
Continuous queries are registered to ActivePivot together with their listeners.
When the values of the measures defined in the registered query change because of a transaction or a real-time event,
the listeners are notified of this change and receive the new aggregated values.