akka.contrib.pattern
Class DistributedPubSubMediator.Publish

java.lang.Object
  extended by akka.contrib.pattern.DistributedPubSubMediator.Publish
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
DistributedPubSubMediator

public static class DistributedPubSubMediator.Publish
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
DistributedPubSubMediator.Publish(java.lang.String topic, java.lang.Object msg)
           
 
Method Summary
 java.lang.Object msg()
           
 java.lang.String topic()
           
 
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

DistributedPubSubMediator.Publish

public DistributedPubSubMediator.Publish(java.lang.String topic,
                                         java.lang.Object msg)
Method Detail

topic

public java.lang.String topic()

msg

public java.lang.Object msg()