第 288 章 RxJava2 Component
从 Camel 版本 2.22 开始提供
RxJava2 基于 Camel 的被动流组件的后端。
请参阅 camel-streams-component 文档中的更多详细信息。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rxjava2</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>