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 DelaySnapshotRepository(delaySupplier: () -> Duration = { Duration.ofMillis(5) }, val delegate: SnapshotRepository = InMemorySnapshotRepository()) : SnapshotRepository, Decorator<SnapshotRepository>