public final class ReactiveWatcher<T> extends Object implements Watcher<T,org.reactivestreams.Publisher<WatchEvent<T>>>, Queryable
| Constructor and Description |
|---|
ReactiveWatcher(Criterion<?> criteria,
Backend.Session session) |
| Modifier and Type | Method and Description |
|---|---|
Query |
query() |
org.reactivestreams.Publisher<WatchEvent<T>> |
watch() |
public ReactiveWatcher(Criterion<?> criteria, Backend.Session session)
public org.reactivestreams.Publisher<WatchEvent<T>> watch()
public Query query()
Copyright © 2020 The Immutables.org authors. All rights reserved.