|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.RedeliverFailure
public class RedeliverFailure
Notification message to inform channel listeners about messages that have reached the maximum number of redeliveries.
| 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 |
|---|
public RedeliverFailure(scala.collection.immutable.Seq<ConfirmablePersistent> messages)
| Method Detail |
|---|
public scala.collection.immutable.Seq<ConfirmablePersistent> messages()
public java.lang.Iterable<ConfirmablePersistent> getMessages()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||