Interface WebhookEndpointBuilderFactory.WebhookBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
WebhookEndpointBuilderFactory

public static interface WebhookEndpointBuilderFactory.WebhookBuilders
  • Method Details

    • webhook

      Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components. Category: cloud Since: 3.0 Maven coordinates: org.apache.camel:camel-webhook Syntax: webhook:endpointUri Path parameter: endpointUri (required) The delegate uri. Must belong to a component that supports webhooks.
      Parameters:
      path - endpointUri
      Returns:
      the dsl builder
    • webhook

      default WebhookEndpointBuilderFactory.WebhookEndpointBuilder webhook(String componentName, String path)
      Webhook (camel-webhook) Expose webhook endpoints to receive push notifications for other Camel components. Category: cloud Since: 3.0 Maven coordinates: org.apache.camel:camel-webhook Syntax: webhook:endpointUri Path parameter: endpointUri (required) The delegate uri. Must belong to a component that supports webhooks.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - endpointUri
      Returns:
      the dsl builder