Class JGroupsConstants


  • public final class JGroupsConstants
    extends Object
    • 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