1 Star 0 Fork 1

寒松/camel-spring-boot-examples2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.adoc 1.66 KB
一键复制 编辑 原始数据 按行查看 历史

Camel Example Reactive Streams

This example shows some possible usages of the Camel reactive streams component.

The following sample routes are started together in a spring-boot application (all routes use reactor-core as external reactive framework):

  • examples.basic.camel-to-reactor: shows how data generated by Camel route can be consumed by a reactive application.

  • examples.basic.camel-to-reactor-in-out: shows how Camel data can be processed by a reactive library and return back to Camel to complete the flow.

  • examples.basic.reactor-to-camel: shows how data generated by a reactive application can be consumed by a Camel route.

  • examples.basic.reactor-to-camel-in-out: shows how data generated by a reactive application can can be processed by Camel and return back to the library to complete the flow.

  • examples.client-api.rest: shows how a rest service can be defined using the reactive streams client API only.

  • examples.client-api.workflow: shows how multiple Camel endpoints can be used into a reactive streams processing flow.

  • examples.others.rest: shows how Publisher classes can be used as parameters or return types in beans.

All routes are enabled by default, but they can be switched off by changing the src/main/resources/application.yml file. Each route is contained in a separate Java class.

How to run

You can run this example using

mvn spring-boot:run

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qqzahng/camel-spring-boot-examples2.git
git@gitee.com:qqzahng/camel-spring-boot-examples2.git
qqzahng
camel-spring-boot-examples2
camel-spring-boot-examples2
camel-3.4.x

搜索帮助

0d507c66 1850385 C8b1a773 1850385