domainEventDispatcher

@Bean
@ConditionalOnMissingBean
@Order(value = 200)
fun domainEventDispatcher(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, domainEventBus: DomainEventBus, stateEventBus: StateEventBus, handlerRegistrar: DomainEventFunctionRegistrar, eventDispatcherHandler: DomainEventHandler): DomainEventDispatcher