Interface IgniteSetEndpointBuilderFactory.IgniteSetBuilders

    • Method Detail

      • igniteSet

        default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder igniteSet​(String path)
        Ignite Sets (camel-ignite) Interact with Ignite Set data structures. Category: cache,compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-set:name Path parameter: name (required) The set name.
        Parameters:
        path - name
        Returns:
        the dsl builder
      • igniteSet

        default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder igniteSet​(String componentName,
                                                                                   String path)
        Ignite Sets (camel-ignite) Interact with Ignite Set data structures. Category: cache,compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-set:name Path parameter: name (required) The set name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder