-
public final class NewRecordsStatePurpose: Keeps track of ids that were just created on the backend. This list gets used to delay network calls to ensure upcoming requests are ready to be accepted by the backend. Also used for retries as a fallback if the server is under extra load.
-
-
Constructor Summary
Constructors Constructor Description NewRecordsState(ITime _time, ConfigModelStore _configModelStore)
-