]
Radim Vansa updated ISPN-8415:
------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request:
Func eval: pass arbitrary value
-------------------------------
Key: ISPN-8415
URL:
https://issues.jboss.org/browse/ISPN-8415
Project: Infinispan
Issue Type: Enhancement
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.2.0.Final
The current API for eval methods and commands with values are limited to passing an
argument of the same type as the stored value. This is limiting, sometimes we'd prefer
to pass just a delta (of different type).
We'll keep a limitation that the delta needs to be encoded/decoded by the value
decoder.