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)
bridgeErrorHandler - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookAutoRegister(boolean webhookAutoRegister)
webhookAutoRegister - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookAutoRegister(String webhookAutoRegister)
webhookAutoRegister - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookBasePath(String webhookBasePath)
webhookBasePath - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookComponentName(String webhookComponentName)
webhookComponentName - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookExternalUrl(String webhookExternalUrl)
webhookExternalUrl - the value to setdefault WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhookPath(String webhookPath)
webhookPath - the value to setApache Camel