Class HazelcastListEndpointBuilderFactory.HazelcastListHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.HazelcastListEndpointBuilderFactory.HazelcastListHeaderNameBuilder
- Enclosing interface:
HazelcastListEndpointBuilderFactory
public static class HazelcastListEndpointBuilderFactory.HazelcastListHeaderNameBuilder
extends Object
The builder of headers' name for the Hazelcast List component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the cache - e.g.The type of event - here added and removed.The time of the event in millis.The map consumer.the object id to store / find your object inside the cache.The index of the object.The operation to perform.
-
Constructor Details
-
HazelcastListHeaderNameBuilder
public HazelcastListHeaderNameBuilder()
-
-
Method Details
-
hazelcastObjectId
the object id to store / find your object inside the cache. The option is a:Stringtype. Group: common- Returns:
- the name of the header
HazelcastObjectId.
-
hazelcastObjectIndex
The index of the object. The option is a:Integertype. Group: producer- Returns:
- the name of the header
HazelcastObjectIndex.
-
hazelcastListenerAction
The type of event - here added and removed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerAction.
-
hazelcastListenerType
The map consumer. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerType.
-
hazelcastListenerTime
The time of the event in millis. The option is a:Longtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerTime.
-
hazelcastCacheName
The name of the cache - e.g. foo. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastCacheName.
-
hazelcastOperationType
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HazelcastOperationType.
-