第363章 Vert.x コンポーネント
Camel バージョン 2.12 以降で利用可能
vertx コンポーネントは、Vertx EventBus を操作するためのものです。
vertx EventBus は JSON イベントを送受信します。
情報: Camel 2.16 以降では、実行時に Java 1.8 を必要とする vertx 3 が使用されています。
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>
363.1. URI 形式
vertx:channelName[?options]