akka.cluster
Class InternalClusterAction.PublishCurrentClusterState

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

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

param: receiver if receiver is defined the event will only be sent to that actor, otherwise it will be sent to all subscribers via the eventStream.

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.PublishCurrentClusterState(scala.Option<ActorRef> receiver)
           
 
Method Summary
 scala.Option<ActorRef> receiver()
           
 
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.PublishCurrentClusterState

public InternalClusterAction.PublishCurrentClusterState(scala.Option<ActorRef> receiver)
Method Detail

receiver

public scala.Option<ActorRef> receiver()