akka.contrib.pattern
Class DistributedPubSubMediator.Internal$.MediatorRouterEnvelope

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

public final class DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
extends java.lang.Object
implements RouterEnvelope, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
DistributedPubSubMediator.Internal$.MediatorRouterEnvelope(java.lang.Object msg)
           
 
Method Summary
 java.lang.Object message()
           
 java.lang.Object msg()
           
 
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.Internal$.MediatorRouterEnvelope

public DistributedPubSubMediator.Internal$.MediatorRouterEnvelope(java.lang.Object msg)
Method Detail

msg

public java.lang.Object msg()

message

public java.lang.Object message()
Specified by:
message in interface RouterEnvelope