51장. Webhook
소비자만 지원됩니다.
Webhook 메타 구성 요소를 사용하면 다른 Camel 구성 요소가 원격 웹 후크 공급자에서 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를 지원하는 다른 구성 요소는 이러한 종속성을 전송하게 가져옵니다.
51.1. URI 형식
webhook:endpoint[?options]