Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Unknown
Description
Create @OnConsumed annotation to make any update on entity on read
currently
- @PreConsumed only updates the entity NOT the db row - @OnConsumed annotation should updated db row
- @Consumed only updates on Route completion