Interface ServiceBusEndpointBuilderFactory.ServiceBusBuilders

    • Method Detail

      • azureServicebus

        default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder azureServicebus​(String path)
        Azure ServiceBus (camel-azure-servicebus) The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. Data is transferred between different applications and services using messages. 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) The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. Data is transferred between different applications and services using messages. 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