Connect
constructor(key: QueryKey<T>, revision: String? = null, marker: Marker = Marker.None, callback: QueryCallback<T>? = null)
Parameters
key
Instance of a class implementing QueryKey.
revision
The revision of the data to be fetched.
marker
The marker with additional information based on the caller of a query.
callback
The callback to receive the result of the query.