Uses of Interface
org.apache.camel.builder.component.dsl.WebhookComponentBuilderFactory.WebhookComponentBuilder
Packages that use WebhookComponentBuilderFactory.WebhookComponentBuilder
-
Uses of WebhookComponentBuilderFactory.WebhookComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return WebhookComponentBuilderFactory.WebhookComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.webhook()Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components. -
Uses of WebhookComponentBuilderFactory.WebhookComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement WebhookComponentBuilderFactory.WebhookComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return WebhookComponentBuilderFactory.WebhookComponentBuilderModifier and TypeMethodDescriptionWebhookComponentBuilderFactory.WebhookComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.WebhookComponentBuilderFactory.WebhookComponentBuilder.configuration(org.apache.camel.component.webhook.WebhookConfiguration configuration) Set the default configuration for the webhook meta-component.WebhookComponentBuilderFactory.webhook()Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components.WebhookComponentBuilderFactory.WebhookComponentBuilder.webhookAutoRegister(boolean webhookAutoRegister) Automatically register the webhook at startup and unregister it on shutdown.WebhookComponentBuilderFactory.WebhookComponentBuilder.webhookBasePath(String webhookBasePath) The first (base) path element where the webhook will be exposed.WebhookComponentBuilderFactory.WebhookComponentBuilder.webhookComponentName(String webhookComponentName) The Camel Rest component to use for the REST transport, such as netty-http.WebhookComponentBuilderFactory.WebhookComponentBuilder.webhookExternalUrl(String webhookExternalUrl) The URL of the current service as seen by the webhook provider.WebhookComponentBuilderFactory.WebhookComponentBuilder.webhookPath(String webhookPath) The path where the webhook endpoint will be exposed (relative to basePath, if any).