Class HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder
- Enclosing interface:
HazelcastInstanceEndpointBuilderFactory
public static class HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder
extends Object
The builder of headers' name for the Hazelcast Instance component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe host name of the instance.The port number of the instance.The type of event - here added and removed.The time of the event in millis.The map consumer.
-
Constructor Details
-
HazelcastInstanceHeaderNameBuilder
public HazelcastInstanceHeaderNameBuilder()
-
-
Method Details
-
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.
-
hazelcastInstanceHost
The host name of the instance. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastInstanceHost.
-
hazelcastInstancePort
The port number of the instance. The option is a:Integertype. Group: consumer- Returns:
- the name of the header
HazelcastInstancePort.
-