Class EventSourcedSettings$

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventSourcedSettings$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EventSourcedSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.persistence.typed.internal.EventSourcedSettings apply​(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, scala.concurrent.duration.FiniteDuration recoveryEventTimeout, java.lang.String journalPluginId, java.lang.String snapshotPluginId, boolean useContextLoggerForInternalLogging)
      INTERNAL API
      akka.persistence.typed.internal.EventSourcedSettings apply​(ActorSystem<?> system, java.lang.String journalPluginId, java.lang.String snapshotPluginId)  
      akka.persistence.typed.internal.EventSourcedSettings apply​(ActorSystem<?> system, java.lang.String journalPluginId, java.lang.String snapshotPluginId, scala.Option<java.lang.Object> customStashCapacity)  
      akka.persistence.typed.internal.EventSourcedSettings apply​(com.typesafe.config.Config config, java.lang.String journalPluginId, java.lang.String snapshotPluginId, scala.Option<java.lang.Object> customStashCapacity)  
      scala.Option<scala.Tuple7<java.lang.Object,​StashOverflowStrategy,​java.lang.Object,​scala.concurrent.duration.FiniteDuration,​java.lang.String,​java.lang.String,​java.lang.Object>> unapply​(akka.persistence.typed.internal.EventSourcedSettings x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • EventSourcedSettings$

        public EventSourcedSettings$()
    • Method Detail

      • apply

        public akka.persistence.typed.internal.EventSourcedSettings apply​(ActorSystem<?> system,
                                                                          java.lang.String journalPluginId,
                                                                          java.lang.String snapshotPluginId)
      • apply

        public akka.persistence.typed.internal.EventSourcedSettings apply​(ActorSystem<?> system,
                                                                          java.lang.String journalPluginId,
                                                                          java.lang.String snapshotPluginId,
                                                                          scala.Option<java.lang.Object> customStashCapacity)
      • apply

        public akka.persistence.typed.internal.EventSourcedSettings apply​(com.typesafe.config.Config config,
                                                                          java.lang.String journalPluginId,
                                                                          java.lang.String snapshotPluginId,
                                                                          scala.Option<java.lang.Object> customStashCapacity)
      • apply

        public akka.persistence.typed.internal.EventSourcedSettings apply​(int stashCapacity,
                                                                          StashOverflowStrategy stashOverflowStrategy,
                                                                          boolean logOnStashing,
                                                                          scala.concurrent.duration.FiniteDuration recoveryEventTimeout,
                                                                          java.lang.String journalPluginId,
                                                                          java.lang.String snapshotPluginId,
                                                                          boolean useContextLoggerForInternalLogging)
        INTERNAL API
      • unapply

        public scala.Option<scala.Tuple7<java.lang.Object,​StashOverflowStrategy,​java.lang.Object,​scala.concurrent.duration.FiniteDuration,​java.lang.String,​java.lang.String,​java.lang.Object>> unapply​(akka.persistence.typed.internal.EventSourcedSettings x$0)