| Package | Description |
|---|---|
| org.infinispan.query.continuous |
Functionality related to continuous query, which sends updates to the client based on the client
query when there are any changes to the data which match the original query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContinuousQuery.addContinuousQueryListener(org.infinispan.query.dsl.Query query,
ContinuousQueryResultListener<K,V> listener) |
void |
ContinuousQuery.removeContinuousQueryListener(ContinuousQueryResultListener<K,V> listener) |
| Constructor and Description |
|---|
EntryListener(ContinuousQueryResultListener<K,V> listener) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.