Interface ServiceBusEndpointBuilderFactory.ServiceBusBuilders

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

public static interface ServiceBusEndpointBuilderFactory.ServiceBusBuilders
  • Method Details

    • azureServicebus

      Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus. Category: cloud,messaging Since: 3.12 Maven coordinates: org.apache.camel:camel-azure-servicebus
      Returns:
      the dsl builder for the headers' name.
    • azureServicebus

      Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus. Category: cloud,messaging Since: 3.12 Maven coordinates: org.apache.camel:camel-azure-servicebus Syntax: azure-servicebus:topicOrQueueName Path parameter: topicOrQueueName Selected topic name or the queue name, that is depending on serviceBusType config. For example if serviceBusType=queue, then this will be the queue name and if serviceBusType=topic, this will be the topic name.
      Parameters:
      path - topicOrQueueName
      Returns:
      the dsl builder
    • azureServicebus

      default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder azureServicebus(String componentName, String path)
      Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus. Category: cloud,messaging Since: 3.12 Maven coordinates: org.apache.camel:camel-azure-servicebus Syntax: azure-servicebus:topicOrQueueName Path parameter: topicOrQueueName Selected topic name or the queue name, that is depending on serviceBusType config. For example if serviceBusType=queue, then this will be the queue name and if serviceBusType=topic, this will be the topic name.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - topicOrQueueName
      Returns:
      the dsl builder