Package org.apache.pekko.persistence
Class JournalProtocol.RecoverySuccess
java.lang.Object
org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,NoSerializationVerificationNeeded,JournalProtocol.Message,JournalProtocol.Response,Protocol.Message,scala.Equals,scala.Product
- Enclosing class:
- JournalProtocol
public static class JournalProtocol.RecoverySuccess
extends Object
implements JournalProtocol.Response, DeadLetterSuppression, scala.Product, Serializable
Reply message to a successful
JournalProtocol.ReplayMessages request. This reply is sent to the requestor
after all JournalProtocol.ReplayedMessage have been sent (if any).
It includes the highest stored sequence number of a given persistent actor. Note that the replay might have been limited to a lower sequence number.
param: highestSequenceNr highest stored sequence number.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(long highestSequenceNr) longbooleaninthashCode()longintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RecoverySuccess
public RecoverySuccess(long highestSequenceNr)
-
-
Method Details
-
highestSequenceNr
public long highestSequenceNr() -
copy
-
copy$default$1
public long copy$default$1() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-