| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static WebhookComponentBuilderFactory.WebhookComponentBuilder |
ComponentsBuilderFactory.webhook()
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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WebhookComponentBuilderFactory.WebhookComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default WebhookComponentBuilderFactory.WebhookComponentBuilder |
WebhookComponentBuilderFactory.WebhookComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default WebhookComponentBuilderFactory.WebhookComponentBuilder |
WebhookComponentBuilderFactory.WebhookComponentBuilder.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 WebhookComponentBuilderFactory.WebhookComponentBuilder |
WebhookComponentBuilderFactory.WebhookComponentBuilder.configuration(org.apache.camel.component.webhook.WebhookConfiguration configuration)
Set the default configuration for the webhook meta-component.
|
static WebhookComponentBuilderFactory.WebhookComponentBuilder |
WebhookComponentBuilderFactory.webhook()
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.
|
Apache Camel