1

Does Infinispan provide this kind functionality similar like Hazelcast(IMap#submitToKey) or Ignite(IgniteCache#invokeAsync)?

1 Answers1

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