]
Dan Berindei updated ISPN-6069:
-------------------------------
Fix Version/s: 8.2.0.CR1
(was: 8.2.0.Beta1)
Unify the continuous query API for remote and embedded mode
-----------------------------------------------------------
Key: ISPN-6069
URL:
https://issues.jboss.org/browse/ISPN-6069
Project: Infinispan
Issue Type: Enhancement
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.2.0.CR1, 8.2.0.Final
The api for registering/unregistering the listener is slightly different in embedded vs
remote. The listener interface is identical, but resides in different packages. These need
to be unified to ensure a nicer usability. Making ContinousQuery an interface instead of a
class and moving it along with the listener interface to the query DSL package is a
possible option.