Interface IgniteQueueEndpointBuilderFactory.IgniteQueueBuilders

    • Method Detail

      • igniteQueue

        default IgniteQueueEndpointBuilderFactory.IgniteQueueEndpointBuilder igniteQueue​(String path)
        Ignite Queues (camel-ignite) Interact with Ignite Queue data structures. Category: messaging,queue Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-queue:name Path parameter: name (required) The queue name.
        Parameters:
        path - name
        Returns:
        the dsl builder
      • igniteQueue

        default IgniteQueueEndpointBuilderFactory.IgniteQueueEndpointBuilder igniteQueue​(String componentName,
                                                                                         String path)
        Ignite Queues (camel-ignite) Interact with Ignite Queue data structures. Category: messaging,queue Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-queue:name Path parameter: name (required) The queue name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder