Today AbstractSession has beforeCompletion/afterCompletion methods that call the event service to deal with async events.
This should be done directly in EventServiceImpl so that we don't have to make AbstractSession a Synchronization for the transaction.
(The goal is to make AbstractSession as stateless as possible, and move state in other components.)
- is required by
-
NXP-13148 Clean up session management
- Resolved