|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.persistence.JournalProtocol.WriteConfirmations
public static class JournalProtocol.WriteConfirmations
Request to write delivery confirmations.
Constructor Summary | |
---|---|
JournalProtocol.WriteConfirmations(scala.collection.immutable.Seq<PersistentConfirmation> confirmations,
ActorRef requestor)
|
Method Summary | |
---|---|
scala.collection.immutable.Seq<PersistentConfirmation> |
confirmations()
|
ActorRef |
requestor()
|
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 JournalProtocol.WriteConfirmations(scala.collection.immutable.Seq<PersistentConfirmation> confirmations, ActorRef requestor)
Method Detail |
---|
public scala.collection.immutable.Seq<PersistentConfirmation> confirmations()
public ActorRef requestor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |