Periodic

data class Periodic(val delay: Duration = 5.seconds) : SaveBehavior

Save the data periodically once delay period of time has passed.

First save will occur after the delay defined.

Do not use multiple values of this strategy, because only the smallest value will be respected.

Constructors

Link copied to clipboard
constructor(delay: Duration = 5.seconds)

Properties

Link copied to clipboard