第127章 Vert.x HTTP クライアント
Since Camel 3.5
producer のみサポート対象
Vert.x HTTP コンポーネントを使用すると、Vert.x Web クライアント 経由で HTTP エンドポイントへのメッセージを生成できます。
127.1. 依存関係 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Red Hat build of Camel Spring Boot で vertx-http
を使用する場合は、自動設定をサポートするために、次の Maven 依存関係を必ず使用してください。
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-vertx-http-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-vertx-http-starter</artifactId>
</dependency>