projectionDispatcher

@Bean
@ConditionalOnMissingBean
fun projectionDispatcher(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, handlerRegistrar: ProjectionFunctionRegistrar, domainEventBus: DomainEventBus, stateEventBus: StateEventBus, projectionHandler: ProjectionHandler): ProjectionDispatcher