Hi Jose, You can find an example usage of broadcastAsync here - https://www.programcreek.com/java-api-examples/?class=org.apache.ignite.lang.IgniteFuture&method=listen
Regards, RH On Fri, Jan 25, 2019 at 6:40 AM joseheitor <[email protected]> wrote: > Thanks, Karun. > > From my interpretation of the Javadocs, I also presumed that > 'broadcastAsync' would probably be the most appropriate... > > Do you perhaps know where I might find a related Java-7 code snippet as an > example usage of: > > <R,T> IgniteFuture<Collection<R>> broadcastAsync(IgniteClosure<T,R> > job, T arg) > > Jose > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
