Class DurableProducerQueue.StoreMessageConfirmed$
java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DurableProducerQueue
public static class DurableProducerQueue.StoreMessageConfirmed$
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurableProducerQueue.StoreMessageConfirmed$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StoreMessageConfirmed$
public StoreMessageConfirmed$()
-
-
Method Details
-
toString
-
apply
public <A> DurableProducerQueue.StoreMessageConfirmed<A> apply(long seqNr, String confirmationQualifier, long timestampMillis) -
unapply
public <A> scala.Option<scala.Tuple3<Object,String, unapplyObject>> (DurableProducerQueue.StoreMessageConfirmed<A> x$0)
-