Interface IgniteIdGenEndpointBuilderFactory.IgniteIdGenBuilders

    • Method Detail

      • igniteIdgen

        default IgniteIdGenEndpointBuilderFactory.IgniteIdGenHeaderNameBuilder igniteIdgen()
        Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators . Category: compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite
        Returns:
        the dsl builder for the headers' name.
      • igniteIdgen

        default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder igniteIdgen​(String path)
        Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators . Category: compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-idgen:name Path parameter: name (required) The sequence name.
        Parameters:
        path - name
        Returns:
        the dsl builder
      • igniteIdgen

        default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder igniteIdgen​(String componentName,
                                                                                         String path)
        Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators . Category: compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-idgen:name Path parameter: name (required) The sequence name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder