akka.persistence
Class RedeliverFailure

java.lang.Object
  extended by akka.persistence.RedeliverFailure
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class RedeliverFailure
extends java.lang.Object
implements scala.Product, scala.Serializable

Notification message to inform channel listeners about messages that have reached the maximum number of redeliveries.

See Also:
Serialized Form

Constructor Summary
RedeliverFailure(scala.collection.immutable.Seq<ConfirmablePersistent> messages)
           
 
Method Summary
 java.lang.Iterable<ConfirmablePersistent> getMessages()
          Java API.
 scala.collection.immutable.Seq<ConfirmablePersistent> messages()
           
 
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

RedeliverFailure

public RedeliverFailure(scala.collection.immutable.Seq<ConfirmablePersistent> messages)
Method Detail

messages

public scala.collection.immutable.Seq<ConfirmablePersistent> messages()

getMessages

public java.lang.Iterable<ConfirmablePersistent> getMessages()
Java API.

Returns:
(undocumented)