Package akka.persistence
Class RecoveryPermitter$
- java.lang.Object
 - 
- akka.persistence.RecoveryPermitter$
 
 
- 
public class RecoveryPermitter$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static RecoveryPermitter$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description RecoveryPermitter$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propsprops(int maxPermits) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final RecoveryPermitter$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
props
public Props props(int maxPermits)
 
 - 
 
 -