| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.AdvancedWebhookEndpointBuilder.basic() |
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
static WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.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 |
WebhookEndpointBuilderFactory.WebhookBuilders.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 |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookAutoRegister(boolean webhookAutoRegister)
Automatically register the webhook at startup and unregister it on
shutdown.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookAutoRegister(String webhookAutoRegister)
Automatically register the webhook at startup and unregister it on
shutdown.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookBasePath(String webhookBasePath)
The first (base) path element where the webhook will be exposed.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookComponentName(String webhookComponentName)
The Camel Rest component to use for the REST transport, such as
netty-http.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookExternalUrl(String webhookExternalUrl)
The URL of the current service as seen by the webhook provider.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookPath(String webhookPath)
The path where the webhook endpoint will be exposed (relative to
basePath, if any).
|
Apache Camel