pub fn create_persistence_req_sender(
    persistence_proxy: DataPersistenceProxy
) -> (PersistenceReqSender, impl Future<Output = ()>)
Expand description

Create a sender for sending Persistence tag, and a Future representing a sending thread that forwards that tag to the Data Persistence service.

If the sending thread fails to forward a tag, or the Persistence Service returns an error code, an error will be logged. However, an error is only logged at most once per minute to avoid log spam.