Skip to main content

Crate rouchdb_changes

Crate rouchdb_changes 

Source

Structs§

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.

Enums§

ChangesEvent
Lifecycle events emitted by a live changes stream.

Functions§

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.

Type Aliases§

ChangesFilter
A filter function for changes events.