akka.cluster
Class InternalClusterAction.PublishEvent

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

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

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.PublishEvent(ClusterEvent.ClusterDomainEvent event)
           
 
Method Summary
 ClusterEvent.ClusterDomainEvent event()
           
 
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.PublishEvent

public InternalClusterAction.PublishEvent(ClusterEvent.ClusterDomainEvent event)
Method Detail

event

public ClusterEvent.ClusterDomainEvent event()