Atomix Map
JVM since1.1.0 Nativeunsupported
Access Atomix’s distributed map.
What’s inside
-
Atomix Map component, URI syntax:
atomix-map:resourceName
-
Atomix Messaging component, URI syntax:
atomix-messaging:resourceName
-
Atomix MultiMap component, URI syntax:
atomix-multimap:resourceName
-
Atomix Queue component, URI syntax:
atomix-queue:resourceName
-
Atomix Set component, URI syntax:
atomix-set:resourceName
-
Atomix Value component, URI syntax:
atomix-value:resourceName
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-atomix</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.