akka.cluster
Class InternalClusterAction.SendGossipTo

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

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

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.SendGossipTo(Address address)
           
 
Method Summary
 Address address()
           
 
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.SendGossipTo

public InternalClusterAction.SendGossipTo(Address address)
Method Detail

address

public Address address()