Hazelcast

Hazelcast

Scheme: hazelcast
Name Kind Type Required Deprecated Default Value Enum Values Description
command path org.apache.camel.component.hazelcast.HazelcastCommand true false map
multimap
queue
topic
seda
set
atomicvalue
instance
list
replicatedmap
ringbuffer
What operation to perform.
cacheName path java.lang.String true false The name of the cache
hazelcastInstance parameter com.hazelcast.core.HazelcastInstance false The hazelcast instance reference which can be used for hazelcast endpoint.
hazelcastInstanceName parameter java.lang.String false The hazelcast instance reference name which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance.
defaultOperation parameter int false To specify a default operation to use, if no operation header has been provided.
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

hazelcast consumer