public static interface WebhookEndpointBuilderFactory.WebhookEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WebhookEndpointBuilderFactory.AdvancedWebhookEndpointBuilder |
advanced() |
default 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 |
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.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookAutoRegister(boolean webhookAutoRegister)
Automatically register the webhook at startup and unregister it on
shutdown.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookAutoRegister(String webhookAutoRegister)
Automatically register the webhook at startup and unregister it on
shutdown.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookBasePath(String webhookBasePath)
The first (base) path element where the webhook will be exposed.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookComponentName(String webhookComponentName)
The Camel Rest component to use for the REST transport, such as
netty-http.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookExternalUrl(String webhookExternalUrl)
The URL of the current service as seen by the webhook provider.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
webhookPath(String webhookPath)
The path where the webhook endpoint will be exposed (relative to
basePath, if any).
|
default WebhookEndpointBuilderFactory.AdvancedWebhookEndpointBuilder advanced()
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookAutoRegister(boolean webhookAutoRegister)
boolean type.
Default: true
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookAutoRegister(String webhookAutoRegister)
boolean type.
Default: true
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookBasePath(String webhookBasePath)
java.lang.String type.
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookComponentName(String webhookComponentName)
java.lang.String type.
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookExternalUrl(String webhookExternalUrl)
java.lang.String type.
Group: consumerdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookPath(String webhookPath)
java.lang.String type.
Group: consumerApache Camel