TCP Gateway Spring集成视频教程

时间:2014-11-16 12:43:51

标签: java spring tcp spring-integration

Spring TCP Gateway Integration上是否存在任何视频教程,它提供了有关Spring-int TCP网关的概述,包括示例?我已经通过youtube和Google搜索,但找不到关于该主题的任何视频教程。如果有人可以共享任何有视频教程的门户/链接或任何以简单方式解释Spring TCP网关的教程,那将是一个很大的帮助。

由于

1 个答案:

答案 0 :(得分:2)

我不知道有视频,但有a simple sample app that shows the use of both inbound and outbound gateways to invoke an echo service over TCP

它使用默认的CRLF来分隔消息;请务必阅读the documentation中有关(de)序列化程序的部分。