Class JGroupsConstants
- java.lang.Object
-
- org.apache.camel.component.jgroups.JGroupsConstants
-
public final class JGroupsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_JGROUPS_CHANNEL_ADDRESSstatic StringHEADER_JGROUPS_DESTstatic StringHEADER_JGROUPS_ORIGINAL_MESSAGEstatic StringHEADER_JGROUPS_SRC
-
-
-
Field Detail
-
HEADER_JGROUPS_CHANNEL_ADDRESS
@Metadata(description="Address (`org.jgroups.Address`) of the channel associated with the\nendpoint.", javaType="org.jgroups.Address") public static final String HEADER_JGROUPS_CHANNEL_ADDRESS- See Also:
- Constant Field Values
-
HEADER_JGROUPS_DEST
@Metadata(description="*Consumer*: The `org.jgroups.Address` instance extracted by\n`org.jgroups.Message`.getDest() method of the consumed message.\n*Producer*: The custom destination `org.jgroups.Address` of the message to be sent.", javaType="org.jgroups.Address") public static final String HEADER_JGROUPS_DEST- See Also:
- Constant Field Values
-
HEADER_JGROUPS_SRC
@Metadata(description="*Consumer* : The `org.jgroups.Address` instance extracted by\n`org.jgroups.Message`.getSrc() method of the consumed message. \n*Producer*: The custom source `org.jgroups.Address` of the message to be sent.", javaType="org.jgroups.Address") public static final String HEADER_JGROUPS_SRC- See Also:
- Constant Field Values
-
HEADER_JGROUPS_ORIGINAL_MESSAGE
@Metadata(description="The original `org.jgroups.Message` instance from which the body of the\nconsumed message has been extracted.", javaType="org.jgroups.Message") public static final String HEADER_JGROUPS_ORIGINAL_MESSAGE- See Also:
- Constant Field Values
-
-