第 150 章 Vert.x HTTP Client
Since Camel 3.5
仅支持生成者
Vert.x HTTP 组件提供通过 Vert.x Web 客户端 向 HTTP 端点生成消息的功能。
150.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>