Interface EventHubsEndpointBuilderFactory.EventHubsBuilders

    • Method Detail

      • azureEventhubs

        default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder azureEventhubs​(String path)
        Azure Event Hubs (camel-azure-eventhubs) The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. Category: cloud,messaging Since: 3.5 Maven coordinates: org.apache.camel:camel-azure-eventhubs Syntax: azure-eventhubs:namespace/eventHubName Path parameter: namespace EventHubs namespace created in Azure Portal Path parameter: eventHubName EventHubs name under a specific namcespace
        Parameters:
        path - namespace/eventHubName
        Returns:
        the dsl builder
      • azureEventhubs

        default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder azureEventhubs​(String componentName,
                                                                                        String path)
        Azure Event Hubs (camel-azure-eventhubs) The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. Category: cloud,messaging Since: 3.5 Maven coordinates: org.apache.camel:camel-azure-eventhubs Syntax: azure-eventhubs:namespace/eventHubName Path parameter: namespace EventHubs namespace created in Azure Portal Path parameter: eventHubName EventHubs name under a specific namcespace
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - namespace/eventHubName
        Returns:
        the dsl builder