Interface IgniteCacheEndpointBuilderFactory.IgniteCacheBuilders

    • Method Detail

      • igniteCache

        default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder igniteCache​(String path)
        Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query. Category: cache,datagrid Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-cache:cacheName Path parameter: cacheName (required) The cache name.
        Parameters:
        path - cacheName
        Returns:
        the dsl builder
      • igniteCache

        default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder igniteCache​(String componentName,
                                                                                         String path)
        Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query. Category: cache,datagrid Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-cache:cacheName Path parameter: cacheName (required) The cache name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - cacheName
        Returns:
        the dsl builder