Type Definition config_it::storage::ReplicationChannel
source · pub type ReplicationChannel = Receiver<ReplicationEvent>;Expand description
A unbounded receiver channel which receives replication stream from storage.
By tracking this, one can synchronize its state with storage.