inMemoryDomainEventBus

@Bean
@ConditionalOnProperty(value = ["wow.event.bus.type"], havingValue = "in_memory")
fun inMemoryDomainEventBus(): LocalDomainEventBus