public static interface WebhookEndpointBuilderFactory.WebhookBuilders
| Modifier and Type | Method and Description |
|---|---|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhook(String path)
Webhook (camel-webhook)
The webhook component allows other Camel components that can receive
push notifications to expose webhook endpoints and automatically
register them with their own webhook provider.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhook(String path)
webhook:endpointUri
Path parameter: endpointUri (required)
The delegate uri. Must belong to a component that supports webhooks.Apache Camel