Package akka.persistence.journal
Class PersistencePluginProxy$
- java.lang.Object
-
- akka.persistence.journal.PersistencePluginProxy$
-
public class PersistencePluginProxy$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PersistencePluginProxy$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PersistencePluginProxy$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTargetLocation(ActorSystem system, Address address)
void
start(ActorSystem system)
-
-
-
Field Detail
-
MODULE$
public static final PersistencePluginProxy$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
setTargetLocation
public void setTargetLocation(ActorSystem system, Address address)
-
start
public void start(ActorSystem system)
-
-