projectionDispatcher

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