第 56 章 Webhook
只支持消费者
Webhook 元组件允许其他 Camel 组件在远程 Webhook 供应商上配置 Webhook 并侦听它们。
以下组件目前提供 Webhook 端点:
- Telegram
Maven 用户可以在此组件的 pom.xml 中添加以下依赖项:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-webhook</artifactId>
<version>{CamelSBVersion}</version>
<!-- use the same version as your Camel core version -->
</dependency>
通常,支持 Webhook 的其他组件将以暂时性造成这种依赖关系。
56.1. URI 格式 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
webhook:endpoint[?options]