Class SharedLeveldbJournal$
java.lang.Object
org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$
For testing only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SharedLeveldbJournal$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.typesafe.config.ConfigConfiguration to enableTestJavaSerializerinpekko-testkitfor for the messages used bySharedLeveldbJournal.voidsetStore(ActorRef store, ActorSystem system) Sets the shared LevelDBstorefor the given actorsystem.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SharedLeveldbJournal$
public SharedLeveldbJournal$()
-
-
Method Details
-
setStore
Sets the shared LevelDBstorefor the given actorsystem.- See Also:
-
configToEnableJavaSerializationForTest
public com.typesafe.config.Config configToEnableJavaSerializationForTest()Configuration to enableTestJavaSerializerinpekko-testkitfor for the messages used bySharedLeveldbJournal.For testing only.
-