Package akka.persistence.testkit
Class PersistenceTestKitSnapshotPlugin$
- java.lang.Object
-
- akka.persistence.testkit.PersistenceTestKitSnapshotPlugin$
-
public class PersistenceTestKitSnapshotPlugin$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PersistenceTestKitSnapshotPlugin$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PersistenceTestKitSnapshotPlugin$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
config()
PersistenceTestKitSnapshotPlugin$
getInstance()
java.lang.String
PluginId()
-
-
-
Field Detail
-
MODULE$
public static final PersistenceTestKitSnapshotPlugin$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
PluginId
public java.lang.String PluginId()
-
getInstance
public PersistenceTestKitSnapshotPlugin$ getInstance()
-
config
public com.typesafe.config.Config config()
-
-