GH-2042 Fix javadoc of InputDestination.send(..)

Fixed explanatioin that the binder emultaes the real messaging system and that send accepts destination (not binding) name.

Resolves #2042
This commit is contained in:
Oleg Zhurakousky
2021-01-26 16:36:01 +01:00
parent d67efac42e
commit 2b5b732604
3 changed files with 40 additions and 18 deletions

View File

@@ -2864,18 +2864,7 @@ testImplementation("org.springframework.cloud:spring-cloud-stream") {
}
---
***Remove the dependency for `spring-cloud-stream-test-support`***
To avoid conflicts with the existing test binder you must remove the following entry
[source,xml]
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<scope>test</scope>
</dependency>
----
==== Test Binder usage