Package akka.persistence
Class PersistenceSettings.atLeastOnceDelivery$
- java.lang.Object
-
- akka.persistence.PersistenceSettings.atLeastOnceDelivery$
-
- Enclosing class:
- PersistenceSettings
public class PersistenceSettings.atLeastOnceDelivery$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PersistenceSettings.atLeastOnceDelivery$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description atLeastOnceDelivery$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
maxUnconfirmedMessages()
scala.concurrent.duration.FiniteDuration
redeliverInterval()
int
redeliveryBurstLimit()
int
warnAfterNumberOfUnconfirmedAttempts()
-
-
-
Field Detail
-
MODULE$
public static final PersistenceSettings.atLeastOnceDelivery$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
redeliverInterval
public scala.concurrent.duration.FiniteDuration redeliverInterval()
-
redeliveryBurstLimit
public int redeliveryBurstLimit()
-
warnAfterNumberOfUnconfirmedAttempts
public int warnAfterNumberOfUnconfirmedAttempts()
-
maxUnconfirmedMessages
public int maxUnconfirmedMessages()
-
-