Class DurableStateSettings$
java.lang.Object
org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurableStateSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.persistence.typed.state.internal.DurableStateSettingsapply(int stashCapacity, StashOverflowStrategy stashOverflowStrategy, boolean logOnStashing, scala.concurrent.duration.FiniteDuration recoveryTimeout, String durableStateStorePluginId, boolean useContextLoggerForInternalLogging, boolean recurseWhenUnstashingReadOnlyCommands) INTERNAL APIorg.apache.pekko.persistence.typed.state.internal.DurableStateSettingsapply(com.typesafe.config.Config config, String durableStateStorePluginId, scala.Option<Object> customStashCapacity) org.apache.pekko.persistence.typed.state.internal.DurableStateSettingsapply(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)
-
Field Details
-
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
-
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
-