We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected Behavior
It would be great to mention Java DSL for TCP channel adapters in the docs. Plus Tcp.*Server/Client() factories description.
Tcp.*Server/Client()
Current Behavior
Currently we have Java & Annotations configuration in the docs: https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#ip-annotation.
Context
Without knowing Tcp Java DSL factory it is hard to guess them from the docs. Looks like we have something for UDP channel adapters: https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#outbound-udp-adapters-java-dsl-configuration https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#inbound-udp-adapters-java-dsl-configuration but nothing for TCP.
Tcp
The text was updated successfully, but these errors were encountered:
spring-projectsGH-3477: Add DSL Docs for TCP Components
e4685e3
Resolves spring-projects#3477 **cherry-pick to 5.4.x**
GH-3477: Add DSL Docs for TCP Components
f223343
Resolves #3477 **cherry-pick to 5.4.x**
23e277d
Resolves #3477 **cherry-pick to 5.4.x** (cherry picked from commit f223343)
garyrussell
Successfully merging a pull request may close this issue.
Expected Behavior
It would be great to mention Java DSL for TCP channel adapters in the docs.
Plus
Tcp.*Server/Client()
factories description.Current Behavior
Currently we have Java & Annotations configuration in the docs: https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#ip-annotation.
Context
Without knowing
Tcp
Java DSL factory it is hard to guess them from the docs.Looks like we have something for UDP channel adapters:
https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#outbound-udp-adapters-java-dsl-configuration
https://docs.spring.io/spring-integration/docs/current/reference/html/ip.html#inbound-udp-adapters-java-dsl-configuration
but nothing for TCP.
The text was updated successfully, but these errors were encountered: