Complex graph event stream processing
Complex object graphs can be bound into an EventProcessor and register for event callbacks with annotations. The generated EventProcessor then notifies annotated callback methods according to the dispatch rules. Any callback method can be located at any depth in the instance hierarchy.
his section documents the runtime event processing callback api and behaviour in more complex graphs.
The source project for the examples can be found here
Table of contents
Output