第 56 章 Webhook
仅支持消费者
Webhook meta 组件允许其他 Camel 组件在远程 Webhook 供应商上配置 Webhook 并侦听它们。
以下组件目前提供 Webhook 端点:
- 电话报
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]