104.2. 平台 HTTP 供应商
要使用 Platform HTTP,需要在 classpath 上提供供应商(引擎)。为不同的运行时(如 Quarkus、VertX 或 Spring Boot)具有驱动程序。
目前,只有 Quarkus 和 VertX 被 camel-platform-http-vertx 支持。这个 JAR 必须位于类路径上,否则无法使用 Platform HTTP 组件,并且在启动时抛出异常。
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-platform-http-vertx</artifactId>
<version>4.4.0.redhat-00046</version>
<!-- use the same version as your Camel core version -->
</dependency>