
What is an event generator?
An event generator reports changes in state as events towards the rest of the system.
An event generator reports changes in state as events towards the rest of the system.
The typical use for event generators is to report state changes, in the real world, as they are picked up by sensors.
But also virtual event generators can be useful to detect changes in databases, so called change data capture.
Check out the quickstart for a quick example.