第 53 章 Webhook
仅支持消费者
Webhook meta 组件允许其他 Camel 组件在远程 webhook 提供程序中配置 webhook 并侦听它们。
以下组件目前提供 Webhook 端点:
- Telegram
Maven 用户可以将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-webhook</artifactId> <version>3.14.5.redhat-00018</version> <!-- use the same version as your Camel core version --> </dependency>
通常,支持 Webhook 的其他组件会传输此依赖关系。
53.1. URI 格式
webhook:endpoint[?options]