Package akka.cluster

Class GossipEnvelope

  • All Implemented Interfaces:
    ClusterMessage, java.io.Serializable, scala.Serializable

    public class GossipEnvelope
    extends java.lang.Object
    implements ClusterMessage
    INTERNAL API Envelope adding a sender and receiver address to the gossip. The reason for including the receiver address is to be able to ignore messages that were intended for a previous incarnation of the node with same host:port. The uid in the UniqueAddress is different in that case.
    See Also:
    Serialized Form