第 140 章 Vert.x WebSocket
从 Camel 3.5 开始
支持生成者和消费者。
http://vertx.io/Vertx] WebSocket 组件提供 WebSocket 功能作为 WebSocket 服务器,或作为客户端来连接到现有的 WebSocket。
140.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Red Hat build of Camel Spring Boot 中使用 vertx-websocket 时,使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-vertx-websocket-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-vertx-websocket-starter</artifactId>
</dependency>