Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: use event generator terminology

...

Directives allow picos to direct endpoints event generators to react a certain way to an event.  Our rule's directive just says hello, but it could be used to do more complex things. Directives allow the program's logic to be placed in the rules, not in the end points.  Placing logic in the rules provides loose coupling with easier scaling and maintenance.

...