Reputation: 1249
Are there any video tutorials exist on Spring TCP Gateway Integration, which gives an overview idea about Spring-int TCP gateway including examples? I have gone through youtube and googled as well but couldn't find any video tutorials on the topic. It would be a great help if anyone could share any portals/links which has video tutorials or any tutorials which explain Spring TCP gateway in a simple manner.
Thanks
Upvotes: 1
Views: 221
Reputation: 174739
I am not aware of a video but there's a simple sample app that shows the use of both inbound and outbound gateways to invoke an echo service over TCP.
It uses the default CRLF to delimit messages; be sure to read the section about (de)serializers in the documentation.
Upvotes: 2