delayEventStore

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], havingValue = "delay")
fun delayEventStore(): EventStore