第 56 章 Webhook
仅支持消费者
Webhook meta 组件允许其他 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]