Does Infinispan provide this kind functionality similar like Hazelcast(IMap#submitToKey) or Ignite(IgniteCache#invokeAsync)?
Asked
Active
Viewed 117 times
1 Answers
2
Yes, it does - through Functional API. Also note the other ways to execute code in the grid.

Radim Vansa
- 5,686
- 2
- 25
- 40
-
Thanks [Read-Write Map API](http://infinispan.org/docs/stable/user_guide/user_guide.html#read_write_map_api) looks close to my needs. – Bukhtoyarov Vladimir Sep 04 '17 at 14:48