Interface ServiceBusEndpointBuilderFactory.ServiceBusBuilders

    • Method Detail

      • azureServicebus

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

        default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder azureServicebus​(String path)
        Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Event 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 Event 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