ChatStorageObservable<T>
Defined in: src/lib/storage/ChatStorageAdapter.ts:68
Minimal interface for an observable (reactive) query result.
Shaped to be compatible with RxJS-style Observable (which is what
WatermelonDB returns) and with a simple polling fallback, so non-reactive
backends can implement it without depending on rxjs.
Type Parameters
| Type Parameter |
|---|
|
|
Methods
subscribe()
subscribe(
observer:object):object
Defined in: src/lib/storage/ChatStorageAdapter.ts:69
Parameters
| Parameter | Type |
|---|---|
|
|
|
|
|
() => |
|
|
( |
|
|
( |
Returns
object
unsubscribe()
unsubscribe: () =>
void
Returns
void
Last updated on