blob: 489da408f28bab7c68a39138f4542ad5f44b82b8 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Hazelcast Atomic Number
:cq-artifact-id: camel-quarkus-hazelcast
:cq-native-supported: false
:cq-status: Preview
:cq-description: Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number).
: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##
Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number).
== What's inside
* https://camel.apache.org/components/latest/hazelcast-atomicvalue-component.html[Hazelcast Atomic Number component], URI syntax: `hazelcast-atomicvalue:cacheName`
* https://camel.apache.org/components/latest/hazelcast-instance-component.html[Hazelcast Instance component], URI syntax: `hazelcast-instance:cacheName`
* https://camel.apache.org/components/latest/hazelcast-list-component.html[Hazelcast List component], URI syntax: `hazelcast-list:cacheName`
* https://camel.apache.org/components/latest/hazelcast-map-component.html[Hazelcast Map component], URI syntax: `hazelcast-map:cacheName`
* https://camel.apache.org/components/latest/hazelcast-multimap-component.html[Hazelcast Multimap component], URI syntax: `hazelcast-multimap:cacheName`
* https://camel.apache.org/components/latest/hazelcast-queue-component.html[Hazelcast Queue component], URI syntax: `hazelcast-queue:cacheName`
* https://camel.apache.org/components/latest/hazelcast-replicatedmap-component.html[Hazelcast Replicated Map component], URI syntax: `hazelcast-replicatedmap:cacheName`
* https://camel.apache.org/components/latest/hazelcast-ringbuffer-component.html[Hazelcast Ringbuffer component], URI syntax: `hazelcast-ringbuffer:cacheName`
* https://camel.apache.org/components/latest/hazelcast-seda-component.html[Hazelcast SEDA component], URI syntax: `hazelcast-seda:cacheName`
* https://camel.apache.org/components/latest/hazelcast-set-component.html[Hazelcast Set component], URI syntax: `hazelcast-set:cacheName`
* https://camel.apache.org/components/latest/hazelcast-topic-component.html[Hazelcast Topic component], URI syntax: `hazelcast-topic:cacheName`
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-hazelcast</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.