T
- Expected type of object at location of proxy callpublic interface ProxyState<T>
extends java.io.Closeable
PState
proxy
methods. Changes are pushed from server
as soon as they are visible. Fine-grained diffs of changes can be received by providing a
ProxyState.Callback
when invoking a proxy method.Modifier and Type | Interface and Description |
---|---|
static interface |
ProxyState.Callback<T>
Interface for specifying callbacks for fine-grained diffs as data changes
|
static class |
ProxyState.Status |
Modifier and Type | Method and Description |
---|---|
T |
get()
Get current value of this object.
|
ProxyState.Status |
status()
Returns current status of this ProxyState.
|
T get()
ProxyState.Status status()