Package akka.persistence
Class PersistenceSettings.internal$
- java.lang.Object
 - 
- akka.persistence.PersistenceSettings.internal$
 
 
- 
- Enclosing class:
 - PersistenceSettings
 
public class PersistenceSettings.internal$ extends java.lang.ObjectINTERNAL API.These config options are only used internally for testing purposes and are therefore not defined in reference.conf
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PersistenceSettings.internal$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description internal$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpublishPluginCommands() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final PersistenceSettings.internal$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -