Package org.apache.pekko.persistence
Class JournalProtocol.ReplayBatchReady
java.lang.Object
org.apache.pekko.persistence.JournalProtocol.ReplayBatchReady
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,NoSerializationVerificationNeeded,JournalProtocol.Message,JournalProtocol.Response,Protocol.Message,scala.Equals,scala.Product
- Enclosing class:
- JournalProtocol
public static final class JournalProtocol.ReplayBatchReady
extends Object
implements JournalProtocol.Response, DeadLetterSuppression, NoSerializationVerificationNeeded, scala.Product, Serializable
Signals that one bounded replay batch has been emitted. The requester must process all preceding
JournalProtocol.ReplayedMessage responses and reply with JournalProtocol.ReplayBatchAck before the journal emits another batch.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(long replayId) longbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>longreplayId()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ReplayBatchReady
public ReplayBatchReady(long replayId)
-
-
Method Details
-
replayId
public long replayId() -
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
-