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.endpointBuilder(String componentName,
String path) |
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookBuilders.webhook(String path) |
Webhook (camel-webhook)
Expose webhook endpoints to receive push notifications for other
Camel components.
|
default WebhookEndpointBuilderFactory.WebhookEndpointBuilder |
WebhookEndpointBuilderFactory.WebhookBuilders.webhook(String componentName,
String path) |
Webhook (camel-webhook)
Expose webhook endpoints to receive push notifications for other
Camel components.
|
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).
|