Class DistributedClusterMessage
java.lang.Object
de.xima.fc.event.ms.impl.cluster.DistributedClusterMessage
- All Implemented Interfaces:
IClusterMessage, Serializable
Model for a distributed cluster message that carries a generic serializable message.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceNode(NodeModel sourceNode) toString()
-
Constructor Details
-
DistributedClusterMessage
-
-
Method Details
-
getTargetNode
- Specified by:
getTargetNodein interfaceIClusterMessage- Returns:
- The node to which the message should be sent.
-
getMessageData
- Specified by:
getMessageDatain interfaceIClusterMessage- Returns:
- The payload with the message details.
-
getSourceNode
- Specified by:
getSourceNodein interfaceIClusterMessage- Returns:
- The source node from which the message originates.
-
setSourceNode
- Specified by:
setSourceNodein interfaceIClusterMessage- Parameters:
sourceNode- The source node from which the message originates.
-
equals
-
hashCode
-
toString
-