[infinispan-dev] Passing client listener parameters programmatically

Galder Zamarreno galder at redhat.com
Fri Apr 13 09:21:13 EDT 2018


Hi,

We're working with the OpenWhisk team to create a generic Feed that allows
Infinispan remote events to be exposed in an OpenWhisk way.

So, you'd pass in Hot Rod endpoint information, name of cache and other
details and you'd establish a feed of data from that cache for
create/updated/removed data.

However, making this generic is tricky when you want to pass in
filter/converter factory names since these are defined at the annotation
level.

Ideally we should have a way to pass in filter/converter factory names
programmatically. To avoid limiting ourselves, you could potentially pass
in an instance of the annotation in an overloaded method or as optional
parameter [1].

Thoughts?

Cheers,
Galder

[1]
https://stackoverflow.com/questions/16299717/how-to-create-an-instance-of-an-annotation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180413/52ff9112/attachment.html 


More information about the infinispan-dev mailing list