We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f958576 commit 714e22cCopy full SHA for 714e22c
spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl/WebFluxDslTests.java
@@ -115,7 +115,7 @@ public class WebFluxDslTests {
115
@Qualifier("webFluxWithReplyPayloadToFlux.handler")
116
private WebFluxRequestExecutingMessageHandler webFluxWithReplyPayloadToFlux;
117
118
- @Resource(name = "httpReactiveProxyFlow.org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler#0")
+ @Resource(name = "httpReactiveProxyFlow.webflux:outbound-gateway#0")
119
private WebFluxRequestExecutingMessageHandler httpReactiveProxyFlow;
120
121
@Autowired
0 commit comments