akka.cluster
Class InternalClusterAction.PublishChanges

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

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

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.PublishChanges(Gossip newGossip)
           
 
Method Summary
 Gossip newGossip()
           
 
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.PublishChanges

public InternalClusterAction.PublishChanges(Gossip newGossip)
Method Detail

newGossip

public Gossip newGossip()