Class JGroupsEndpointBuilderFactory.JGroupsHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.JGroupsEndpointBuilderFactory.JGroupsHeaderNameBuilder
- Enclosing interface:
JGroupsEndpointBuilderFactory
The builder of headers' name for the JGroups component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAddress (org.jgroups.Address) of the channel associated with the endpoint.Consumer: The org.jgroups.Address instance extracted by org.jgroups.Message.getDest() method of the consumed message.The original org.jgroups.Message instance from which the body of the consumed message has been extracted.Consumer : The org.jgroups.Address instance extracted by org.jgroups.Message.getSrc() method of the consumed message.
-
Constructor Details
-
JGroupsHeaderNameBuilder
public JGroupsHeaderNameBuilder()
-
-
Method Details
-
jgroupsChannelAddress
Address (org.jgroups.Address) of the channel associated with the endpoint. The option is a:org.jgroups.Addresstype. Group: common- Returns:
- the name of the header
JGROUPS_CHANNEL_ADDRESS.
-
jgroupsDest
Consumer: The org.jgroups.Address instance extracted by org.jgroups.Message.getDest() method of the consumed message. Producer: The custom destination org.jgroups.Address of the message to be sent. The option is a:org.jgroups.Addresstype. Group: common- Returns:
- the name of the header
JGROUPS_DEST.
-
jgroupsSrc
Consumer : The org.jgroups.Address instance extracted by org.jgroups.Message.getSrc() method of the consumed message. Producer: The custom source org.jgroups.Address of the message to be sent. The option is a:org.jgroups.Addresstype. Group: common- Returns:
- the name of the header
JGROUPS_SRC.
-
jgroupsOriginalMessage
The original org.jgroups.Message instance from which the body of the consumed message has been extracted. The option is a:org.jgroups.Messagetype. Group: common- Returns:
- the name of the header
JGROUPS_ORIGINAL_MESSAGE.
-