akka.cluster
Class InternalClusterAction.Welcome

java.lang.Object
  extended by akka.cluster.InternalClusterAction.Welcome
All Implemented Interfaces:
ClusterMessage, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
InternalClusterAction

public static class InternalClusterAction.Welcome
extends java.lang.Object
implements ClusterMessage, scala.Product, scala.Serializable

Reply to Join param: from the sender node in the cluster, i.e. the node that received the Join command

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.Welcome(UniqueAddress from, Gossip gossip)
           
 
Method Summary
 UniqueAddress from()
           
 Gossip gossip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

InternalClusterAction.Welcome

public InternalClusterAction.Welcome(UniqueAddress from,
                                     Gossip gossip)
Method Detail

from

public UniqueAddress from()

gossip

public Gossip gossip()