Package akka.actor.typed
Class Settings
- java.lang.Object
-
- akka.actor.typed.Settings
-
public final class Settings extends java.lang.ObjectReturns the String representation of the Config that this Settings is backed by
-
-
Constructor Summary
Constructors Constructor Description Settings(ActorSystem.Settings settings)Settings(com.typesafe.config.Config config, ActorSystem.Settings untypedSettings, java.lang.String name)Settings(java.lang.ClassLoader classLoader, com.typesafe.config.Config config, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Configconfig()java.lang.Stringname()intRestartStashCapacity()ActorSystemSetupsetup()java.lang.StringtoString()Returns the String representation of the Config that this Settings is backed byActorSystem.SettingsuntypedSettings()
-
-
-
Constructor Detail
-
Settings
public Settings(com.typesafe.config.Config config, ActorSystem.Settings untypedSettings, java.lang.String name)
-
Settings
public Settings(java.lang.ClassLoader classLoader, com.typesafe.config.Config config, java.lang.String name)
-
Settings
public Settings(ActorSystem.Settings settings)
-
-
Method Detail
-
RestartStashCapacity
public int RestartStashCapacity()
-
config
public com.typesafe.config.Config config()
-
name
public java.lang.String name()
-
setup
public ActorSystemSetup setup()
-
toString
public java.lang.String toString()
Returns the String representation of the Config that this Settings is backed by- Overrides:
toStringin classjava.lang.Object- Returns:
- (undocumented)
-
untypedSettings
public ActorSystem.Settings untypedSettings()
-
-