Infinispan: how to invoke EntryProcessor asynchronous?

163 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, it does - through Functional API. Also note the other ways to execute code in the grid.