Hazelcast Atomic Number
JVM since1.1.0 Nativeunsupported
Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number).
What’s inside
-
Hazelcast Atomic Number component, URI syntax:
hazelcast-atomicvalue:cacheName
-
Hazelcast Instance component, URI syntax:
hazelcast-instance:cacheName
-
Hazelcast List component, URI syntax:
hazelcast-list:cacheName
-
Hazelcast Map component, URI syntax:
hazelcast-map:cacheName
-
Hazelcast Multimap component, URI syntax:
hazelcast-multimap:cacheName
-
Hazelcast Queue component, URI syntax:
hazelcast-queue:cacheName
-
Hazelcast Replicated Map component, URI syntax:
hazelcast-replicatedmap:cacheName
-
Hazelcast Ringbuffer component, URI syntax:
hazelcast-ringbuffer:cacheName
-
Hazelcast SEDA component, URI syntax:
hazelcast-seda:cacheName
-
Hazelcast Set component, URI syntax:
hazelcast-set:cacheName
-
Hazelcast Topic component, URI syntax:
hazelcast-topic:cacheName
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hazelcast</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.