-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
8
-
False
-
False
-
Undefined
-
-
2021 Week 40-42 (from Oct 4), 2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10)
Event Listener API is still a "fuzzy" matter. We are currently exposing the v7-style API, but a redesign is desired.
- e.g. use methods?
- use messages?
- what will the shape of such methods or messages should be? should methods be invoked with a wrapper object or not?
void onSomething(SomethingEvent evt); vs: void onSomething(SomethingParam1 smp1, String s2, int i3, ...);
etc.
Investigate the design decisions and come up with a PoC/Action Plan
- blocks
-
KOGITO-4808 Kogito Public API: Programming Model Implementation
- Coding In Progress