DelaySnapshotStore
class DelaySnapshotStore(delaySupplier: () -> Duration = { Duration.ofMillis(5) }, val delegate: SnapshotStore = InMemorySnapshotStore()) : SnapshotStore, Decorator<SnapshotStore>
Constructors
Link copied to clipboard
constructor(delaySupplier: () -> Duration = { Duration.ofMillis(5) }, delegate: SnapshotStore = InMemorySnapshotStore())