第 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>