Uses of Interface
org.apache.camel.builder.endpoint.dsl.WebhookEndpointBuilderFactory.WebhookEndpointBuilder
Packages that use WebhookEndpointBuilderFactory.WebhookEndpointBuilder
-
Uses of WebhookEndpointBuilderFactory.WebhookEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return WebhookEndpointBuilderFactory.WebhookEndpointBuilderModifier and TypeMethodDescriptionWebhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components.Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components. -
Uses of WebhookEndpointBuilderFactory.WebhookEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return WebhookEndpointBuilderFactory.WebhookEndpointBuilderModifier and TypeMethodDescriptionWebhookEndpointBuilderFactory.AdvancedWebhookEndpointBuilder.basic()WebhookEndpointBuilderFactory.endpointBuilder(String componentName, String path) Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components.Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookAutoRegister(boolean webhookAutoRegister) Automatically register the webhook at startup and unregister it on shutdown.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookAutoRegister(String webhookAutoRegister) Automatically register the webhook at startup and unregister it on shutdown.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookBasePath(String webhookBasePath) The first (base) path element where the webhook will be exposed.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookComponentName(String webhookComponentName) The Camel Rest component to use for the REST transport, such as netty-http.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookExternalUrl(String webhookExternalUrl) The URL of the current service as seen by the webhook provider.WebhookEndpointBuilderFactory.WebhookEndpointBuilder.webhookPath(String webhookPath) The path where the webhook endpoint will be exposed (relative to basePath, if any).