spring-cloud-stream-example

时间:2021-04-04 04:11:22
【文件属性】:
文件名称:spring-cloud-stream-example
文件大小:58KB
文件格式:ZIP
更新时间:2021-04-04 04:11:22
Java 春云流示例 触发流: curl localhost:8080/ 例如: curl -XGET http://localhost:8080/this this sparta 怎么了: http > stringSupplier > upperCase > log http端点接受字符串并将其发布到stringSupplier函数,该函数将其放置在upperCase.topic目标中。 一个upperCase函数,从upperCase.topic目标中读取字符串,并将其转换为具有大写字母的人名,然后将其放入log.topic目标中。 日志使用者从log.topic目标读取人员对象,并将其记录到stdout。
【文件预览】:
spring-cloud-stream-example-master
----pom.xml(2KB)
----mvnw(10KB)
----src()
--------test()
--------main()
----.gitignore(395B)
----.mvn()
--------wrapper()
----README.md(626B)
----mvnw.cmd(6KB)

网友评论