projectionHandler

@Bean
fun projectionHandler(@Qualifier(value = "projectionFilterChain") chain: FilterChain<DomainEventExchange<*>>, @Qualifier(value = "projectionErrorHandler") projectionErrorHandler: ErrorHandler<DomainEventExchange<*>>): ProjectionHandler