public interface ProxyFactory extends ProxyHandler
Type Params | Return Type | Name and description |
---|---|---|
<T> |
public T |
createProxy(RxDatastoreClient client, QueryState queryState, java.lang.Class<T> type, java.io.Serializable key) Creates a proxy |
|
public ObservableProxy |
createProxy(RxDatastoreClient client, QueryState queryState, Query query) Creates a proxy |
Methods inherited from class | Name |
---|---|
interface ProxyHandler |
getIdentifier, getProxiedClass, initialize, isInitialized, isInitialized, isProxy, unwrap |
Creates a proxy
T
- The type of the proxy to createclient
- The datastore clientqueryState
- Any prior query statetype
- The type of the proxy to createkey
- The key to proxyCreates a proxy
client
- The datastore clientqueryState
- Any prior query statequery
- The query to be executed to initialize the proxy