Class DurableStateSettings$

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

public class DurableStateSettings$ 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.state.internal.DurableStateSettings
    apply(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, scala.concurrent.duration.FiniteDuration recoveryTimeout, String durableStateStorePluginId, boolean useContextLoggerForInternalLogging, boolean recurseWhenUnstashingReadOnlyCommands)
    INTERNAL API
    org.apache.pekko.persistence.typed.state.internal.DurableStateSettings
    apply(com.typesafe.config.Config config, String durableStateStorePluginId, scala.Option<Object> customStashCapacity)
     
    org.apache.pekko.persistence.typed.state.internal.DurableStateSettings
    apply(ActorSystem<?> system, String durableStateStorePluginId, scala.Option<Object> customStashCapacity)
     
    scala.Option<scala.Tuple7<Object,StashOverflowStrategy,Object,scala.concurrent.duration.FiniteDuration,String,Object,Object>>
    unapply(org.apache.pekko.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 Details

    • MODULE$

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

    • DurableStateSettings$

      public DurableStateSettings$()
  • Method Details

    • apply

      public org.apache.pekko.persistence.typed.state.internal.DurableStateSettings apply(ActorSystem<?> system, String durableStateStorePluginId, scala.Option<Object> customStashCapacity)
    • apply

      public org.apache.pekko.persistence.typed.state.internal.DurableStateSettings apply(com.typesafe.config.Config config, String durableStateStorePluginId, scala.Option<Object> customStashCapacity)
    • apply

      public org.apache.pekko.persistence.typed.state.internal.DurableStateSettings apply(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, scala.concurrent.duration.FiniteDuration recoveryTimeout, String durableStateStorePluginId, boolean useContextLoggerForInternalLogging, boolean recurseWhenUnstashingReadOnlyCommands)
      INTERNAL API
    • unapply

      public scala.Option<scala.Tuple7<Object,StashOverflowStrategy,Object,scala.concurrent.duration.FiniteDuration,String,Object,Object>> unapply(org.apache.pekko.persistence.typed.state.internal.DurableStateSettings x$0)