blob: 96810434ed1ba97e60728ae2200a0873eb8e3688 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Ignite Cache
:linkattrs:
:cq-artifact-id: camel-quarkus-ignite
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Perform cache operations on an Ignite cache or consume changes from a continuous query.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Perform cache operations on an Ignite cache or consume changes from a continuous query.
== What's inside
* xref:{cq-camel-components}::ignite-cache-component.adoc[Ignite Cache component], URI syntax: `ignite-cache:cacheName`
* xref:{cq-camel-components}::ignite-compute-component.adoc[Ignite Compute component], URI syntax: `ignite-compute:endpointId`
* xref:{cq-camel-components}::ignite-events-component.adoc[Ignite Events component], URI syntax: `ignite-events:endpointId`
* xref:{cq-camel-components}::ignite-idgen-component.adoc[Ignite ID Generator component], URI syntax: `ignite-idgen:name`
* xref:{cq-camel-components}::ignite-messaging-component.adoc[Ignite Messaging component], URI syntax: `ignite-messaging:topic`
* xref:{cq-camel-components}::ignite-queue-component.adoc[Ignite Queues component], URI syntax: `ignite-queue:name`
* xref:{cq-camel-components}::ignite-set-component.adoc[Ignite Sets component], URI syntax: `ignite-set:name`
Please refer to the above links for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ignite</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.