akka.contrib.pattern
Class ReliableProxy.Unsent

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

public static class ReliableProxy.Unsent
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ReliableProxy.Unsent(scala.collection.immutable.Vector<ReliableProxy.Message> queue)
           
 
Method Summary
 scala.collection.immutable.Vector<ReliableProxy.Message> queue()
           
 
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

ReliableProxy.Unsent

public ReliableProxy.Unsent(scala.collection.immutable.Vector<ReliableProxy.Message> queue)
Method Detail

queue

public scala.collection.immutable.Vector<ReliableProxy.Message> queue()