blob: f262060720cf7cfe40798dac2299ea14bdca5040 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Atomix Map
:cq-artifact-id: camel-quarkus-atomix
:cq-native-supported: false
:cq-status: Preview
:cq-description: Access Atomix's distributed map.
: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##
Access Atomix's distributed map.
== What's inside
* https://camel.apache.org/components/latest/atomix-map-component.html[Atomix Map component], URI syntax: `atomix-map:resourceName`
* https://camel.apache.org/components/latest/atomix-messaging-component.html[Atomix Messaging component], URI syntax: `atomix-messaging:resourceName`
* https://camel.apache.org/components/latest/atomix-multimap-component.html[Atomix MultiMap component], URI syntax: `atomix-multimap:resourceName`
* https://camel.apache.org/components/latest/atomix-queue-component.html[Atomix Queue component], URI syntax: `atomix-queue:resourceName`
* https://camel.apache.org/components/latest/atomix-set-component.html[Atomix Set component], URI syntax: `atomix-set:resourceName`
* https://camel.apache.org/components/latest/atomix-value-component.html[Atomix Value component], URI syntax: `atomix-value:resourceName`
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-atomix</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.