Class SharedLeveldbJournal$

java.lang.Object
org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$

public class SharedLeveldbJournal$ extends Object
For testing only.
  • Field Details

    • MODULE$

      public static final SharedLeveldbJournal$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • SharedLeveldbJournal$

      public SharedLeveldbJournal$()
  • Method Details

    • setStore

      public void setStore(ActorRef store, ActorSystem system)
      Sets the shared LevelDB store for the given actor system.

      See Also:
    • configToEnableJavaSerializationForTest

      public com.typesafe.config.Config configToEnableJavaSerializationForTest()
      Configuration to enable TestJavaSerializer in pekko-testkit for for the messages used by SharedLeveldbJournal.

      For testing only.