Class EventSourcedSettings$
java.lang.Object
org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventSourcedSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.persistence.typed.internal.EventSourcedSettingsapply(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 APIorg.apache.pekko.persistence.typed.internal.EventSourcedSettingsapply(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.EventSourcedSettingsapply(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.EventSourcedSettingsapply(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)
-
Field Details
-
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
-