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