-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.15
-
Labels:None
-
Sprint:Sprint 37 - Ends Jan 29
-
Critical Points:0
All events are handled asynchronously, even when they are not meant to be handled in that way.
We should look at the annotation on the event @AsynchronousPreferred and then setup the event handler accordingly. If that annotation is present setup an asynchronous event handler. If the annotation is not present then setup a synchronous event handler.