Interface IgniteCacheComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface IgniteCacheComponentBuilderFactory
Perform cache operations on an Ignite cache or consume changes from a continuous query. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderBuilder for the Ignite Cache component.static classIgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderigniteCache()Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query.
-
-
-
Method Detail
-
igniteCache
static IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder igniteCache()
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- Returns:
- the dsl builder
-
-