@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface WebhookEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebhookEndpointBuilderFactory.AdvancedWebhookEndpointBuilder
Advanced builder for endpoint for the Webhook component.
|
static interface |
WebhookEndpointBuilderFactory.WebhookBuilders |
static interface |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder
Builder for endpoint for the Webhook component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhook(String path)
webhook:endpointUri
Path parameter: endpointUri
The delegate uri. Must belong to a component that supports webhooks.Apache Camel