MessageHandler MH Sign Up

Event Generator

What is an event generator?

An event generator reports changes in state as events towards the rest of the system.

When to use it?

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.

Want to give it a try?

Check out the quickstart for a quick example.

QUICKSTART