Skip to main contentCrate rouchdb_changes
Source - ChangeNotification
- A notification that a change occurred, sent through the broadcast channel.
- ChangeReceiver
- A receiver for change notifications.
- ChangeSender
- A sender for change notifications. Adapters use this to notify listeners
when documents are written.
- ChangesHandle
- Handle for a live changes stream. Dropping or cancelling stops the stream.
- ChangesStreamOptions
- Configuration for a changes stream.
- LiveChangesStream
- A live changes stream that yields change events as they happen.
- ChangesEvent
- Lifecycle events emitted by a live changes stream.
- get_changes
- Fetch changes from an adapter in one-shot mode.
- live_changes
- Start a live changes stream that sends events through an mpsc channel.
- live_changes_events
- Start a live changes stream that emits lifecycle events.
- ChangesFilter
- A filter function for changes events.