Class EventSourcedSettings$

java.lang.Object
org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
All Implemented Interfaces:
Serializable

public class EventSourcedSettings$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.persistence.typed.internal.EventSourcedSettings
    apply(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, boolean useContextLoggerForInternalLogging, boolean recurseWhenUnstashingReadOnlyCommands)
    INTERNAL API
    org.apache.pekko.persistence.typed.internal.EventSourcedSettings
    apply(com.typesafe.config.Config config, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, scala.Option<Object> customStashCapacity)
     
    org.apache.pekko.persistence.typed.internal.EventSourcedSettings
    apply(ActorSystem<?> system, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, scala.Option<Object> customStashCapacity)
     
    org.apache.pekko.persistence.typed.internal.EventSourcedSettings
    apply(ActorSystem<?> system, String journalPluginId, String snapshotPluginId, scala.Option<Object> customStashCapacity)
     
    scala.Option<scala.Tuple9<Object,StashOverflowStrategy,Object,String,String,scala.Option<com.typesafe.config.Config>,scala.Option<com.typesafe.config.Config>,Object,Object>>
    unapply(org.apache.pekko.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 Details

    • MODULE$

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

    • EventSourcedSettings$

      public EventSourcedSettings$()
  • Method Details

    • apply

      public org.apache.pekko.persistence.typed.internal.EventSourcedSettings apply(ActorSystem<?> system, String journalPluginId, String snapshotPluginId, scala.Option<Object> customStashCapacity)
    • apply

      public org.apache.pekko.persistence.typed.internal.EventSourcedSettings apply(ActorSystem<?> system, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, scala.Option<Object> customStashCapacity)
    • apply

      public org.apache.pekko.persistence.typed.internal.EventSourcedSettings apply(com.typesafe.config.Config config, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, scala.Option<Object> customStashCapacity)
    • apply

      public org.apache.pekko.persistence.typed.internal.EventSourcedSettings apply(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, String journalPluginId, String snapshotPluginId, scala.Option<com.typesafe.config.Config> journalPluginConfig, scala.Option<com.typesafe.config.Config> snapshotPluginConfig, boolean useContextLoggerForInternalLogging, boolean recurseWhenUnstashingReadOnlyCommands)
      INTERNAL API
    • unapply

      public scala.Option<scala.Tuple9<Object,StashOverflowStrategy,Object,String,String,scala.Option<com.typesafe.config.Config>,scala.Option<com.typesafe.config.Config>,Object,Object>> unapply(org.apache.pekko.persistence.typed.internal.EventSourcedSettings x$0)