org.reactivestreams.Publisher<KeyValueEntry<K,V>> |
KeyValueStore.find(String ickleQuery) |
Executes the query and returns a reactive streams Publisher with the results
|
org.reactivestreams.Publisher<KeyValueEntry<K,V>> |
KeyValueStore.find(QueryRequest queryRequest) |
Find by QueryRequest.
|
org.reactivestreams.Publisher<KeyValueEntry<K,V>> |
KeyValueStore.findContinuously(String ickleQuery) |
Executes the query and returns a reactive streams Publisher with the results
|
<T> org.reactivestreams.Publisher<KeyValueEntry<K,T>> |
KeyValueStore.findContinuously(QueryRequest queryRequest) |
Executes the query and returns a reactive streams Publisher with the results
|
org.reactivestreams.Publisher<KeyValueEntry<K,V>> |
KeyValueStore.listen(KeyValueStoreListener listener) |
|