Package org.apache.pekko.persistence
Class JournalProtocol.ReplayBatchCancel
java.lang.Object
org.apache.pekko.persistence.JournalProtocol.ReplayBatchCancel
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,JournalProtocol.Message,JournalProtocol.Request,Protocol.Message,scala.Equals,scala.Product
- Enclosing class:
- JournalProtocol
public static final class JournalProtocol.ReplayBatchCancel
extends Object
implements JournalProtocol.Request, scala.Product, Serializable
Cancels a bounded replay after its replay filter has failed.
- 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
-
ReplayBatchCancel
public ReplayBatchCancel(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
-