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 intmaxUnconfirmedMessages()scala.concurrent.duration.FiniteDurationredeliverInterval()intredeliveryBurstLimit()intwarnAfterNumberOfUnconfirmedAttempts() 
 - 
 
- 
- 
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()
 
 - 
 
 -