This seems to do the trick...
cache.<Map<String,CacheInvokeResult<String>>>future().listen(ia -> {
ia.get().forEach((k,v)->{
System.out.println("Result Key: " + k + ", Value: " + v.get());
});
});-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-get-back-async-value-for-invokeAll-tp1218p1219.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
