Interface ContinuousQuery<K,V>

All Superinterfaces:
ContinuousQuery<K,V>
All Known Implementing Classes:
ContinuousQueryImpl

public interface ContinuousQuery<K,V> extends ContinuousQuery<K,V>
A container of continuous query listeners for a cache.

Implementations are not expected to be threadsafe.

Since:
8.2
Author:
anistor@redhat.com