Module sync
Source - PriceHistoryState
- Represents the current state of price history data in the database.
- SyncConfig
- Configuration for the synchronization engine.
- SyncController
- Controller for managing and monitoring a running synchronization process.
- SyncEngine
- Builder for configuring and starting a synchronization engine.
- SyncMode
- Synchronization mode that determines how price data is fetched and maintained.
- SyncStatus
- Overall synchronization status.
- SyncStatusNotSynced
- Detailed status when synchronization is not yet complete.
- SyncUpdate
- Update events emitted by the synchronization process.
- SyncReader
- Trait for reading synchronization status and subscribing to updates.
- SyncReceiver
- Receiver for subscribing to
SyncUpdates.