Package akka.persistence.testkit
Class PersistenceTestKitDurableStateStorePlugin
- java.lang.Object
-
- akka.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
-
public class PersistenceTestKitDurableStateStorePlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PersistenceTestKitDurableStateStorePlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.typesafe.config.Config
config()
static PersistenceTestKitDurableStateStorePlugin$
getInstance()
static java.lang.String
PluginId()
-
-
-
Method Detail
-
PluginId
public static java.lang.String PluginId()
-
getInstance
public static PersistenceTestKitDurableStateStorePlugin$ getInstance()
-
config
public static com.typesafe.config.Config config()
-
-