<div dir="ltr">Hi,<div><br></div><div>We&#39;re working with the OpenWhisk team to create a generic Feed that allows Infinispan remote events to be exposed in an OpenWhisk way.</div><div><br></div><div>So, you&#39;d pass in Hot Rod endpoint information, name of cache and other details and you&#39;d establish a feed of data from that cache for create/updated/removed data.</div><div><br></div><div>However, making this generic is tricky when you want to pass in filter/converter factory names since these are defined at the annotation level.</div><div><br></div><div>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].</div><div><br></div><div>Thoughts?</div><div><br></div><div>Cheers,</div><div>Galder</div><div><br></div><div>[1] <a href="https://stackoverflow.com/questions/16299717/how-to-create-an-instance-of-an-annotation">https://stackoverflow.com/questions/16299717/how-to-create-an-instance-of-an-annotation</a></div></div>