Class DurableStateSettings$
- java.lang.Object
-
- akka.persistence.typed.state.internal.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.
-
Constructor Summary
Constructors Constructor Description DurableStateSettings$()
-
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 APIakka.persistence.typed.state.internal.DurableStateSettings
apply(ActorSystem<?> system, java.lang.String durableStateStorePluginId, scala.Option<java.lang.Object> customStashCapacity)
akka.persistence.typed.state.internal.DurableStateSettings
apply(com.typesafe.config.Config config, java.lang.String durableStateStorePluginId, scala.Option<java.lang.Object> customStashCapacity)
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)
-
-
-
Field Detail
-
MODULE$
public static final DurableStateSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.persistence.typed.state.internal.DurableStateSettings apply(ActorSystem<?> system, java.lang.String durableStateStorePluginId, scala.Option<java.lang.Object> customStashCapacity)
-
apply
public akka.persistence.typed.state.internal.DurableStateSettings apply(com.typesafe.config.Config config, java.lang.String durableStateStorePluginId, scala.Option<java.lang.Object> customStashCapacity)
-
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)
-
-