Package-level declarations

Types

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