Class DurableStateSettings$

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      static DurableStateSettings$ 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.state.internal.DurableStateSettings apply​(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, scala.concurrent.duration.FiniteDuration recoveryTimeout, java.lang.String durableStateStorePluginId, boolean useContextLoggerForInternalLogging)
      INTERNAL API
      akka.persistence.typed.state.internal.DurableStateSettings apply​(ActorSystem<?> system, java.lang.String durableStateStorePluginId)  
      akka.persistence.typed.state.internal.DurableStateSettings apply​(com.typesafe.config.Config config, java.lang.String durableStateStorePluginId)  
      scala.Option<scala.Tuple6<java.lang.Object,​StashOverflowStrategy,​java.lang.Object,​scala.concurrent.duration.FiniteDuration,​java.lang.String,​java.lang.Object>> unapply​(akka.persistence.typed.state.internal.DurableStateSettings 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 DurableStateSettings$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DurableStateSettings$

        public DurableStateSettings$()
    • Method Detail

      • apply

        public akka.persistence.typed.state.internal.DurableStateSettings apply​(ActorSystem<?> system,
                                                                                java.lang.String durableStateStorePluginId)
      • apply

        public akka.persistence.typed.state.internal.DurableStateSettings apply​(com.typesafe.config.Config config,
                                                                                java.lang.String durableStateStorePluginId)
      • apply

        public akka.persistence.typed.state.internal.DurableStateSettings apply​(int stashCapacity,
                                                                                StashOverflowStrategy stashOverflowStrategy,
                                                                                boolean logOnStashing,
                                                                                scala.concurrent.duration.FiniteDuration recoveryTimeout,
                                                                                java.lang.String durableStateStorePluginId,
                                                                                boolean useContextLoggerForInternalLogging)
        INTERNAL API
      • unapply

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