Very cool stuff Will! Just to clarify, one could define clustered listener, filter and converter and tie them all up together. Such a listener will be invoked when filter criteria is met, and converter converts key/value to some C object which is then sent of to listener, right? So how do you define method on listener to be invoked with converted object C as a parameter?
On 3/5/2014, 10:02 AM, William Burns wrote: > Hello everyone, > > I am happy to announce that the latest Infinispan 7.0.0.Alpha1 build > has the first pass of Cluster Listeners implemented. > > You can read all about the details at the blog post [1]. > > You can get the latest build of Infinispan from our site [2]. > > Try it out and let us know what you guys think. > > Happy listening! > > - Will > > > [1] http://blog.infinispan.org/2014/03/embedded-cluster-listeners-in.html > [2] http://infinispan.org/download/ > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
