第 364 章 Vert.x 组件
从 Camel 版本 2.12 开始提供
vertx EventBus 发送并接收 JSON 事件。
INFO:From Camel 2.16 onwards vertx 3 正在使用它在运行时需要 Java 1.8。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-vertx</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
364.1. URI 格式
vertx:channelName[?options]