Class DurableProducerQueue.StoreMessageConfirmed<A>
java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed<A>
- All Implemented Interfaces:
Serializable,DurableProducerQueue.Command<A>,scala.Equals,scala.Product
- Enclosing class:
- DurableProducerQueue
public static final class DurableProducerQueue.StoreMessageConfirmed<A>
extends Object
implements DurableProducerQueue.Command<A>, scala.Product, Serializable
Store the fact that a message has been confirmed to be delivered and processed.
This command may be retied and the implementation should be idempotent, i.e. deduplicate already processed sequence numbers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreMessageConfirmed(long seqNr, String confirmationQualifier, long timestampMillis) -
Method Summary
Modifier and TypeMethodDescriptionboolean<A> long<A> String<A> longbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>longseqNr()longtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
StoreMessageConfirmed
-
-
Method Details
-
seqNr
public long seqNr() -
confirmationQualifier
-
timestampMillis
public long timestampMillis() -
copy
public <A> DurableProducerQueue.StoreMessageConfirmed<A> copy(long seqNr, String confirmationQualifier, long timestampMillis) -
copy$default$1
public <A> long copy$default$1() -
copy$default$2
-
copy$default$3
public <A> long copy$default$3() -
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
-