Package org.apache.pekko.actor.typed
Class Settings
java.lang.Object
org.apache.pekko.actor.typed.Settings
The configuration settings that were parsed from the config by an
ActorSystem.
This class is immutable.-
Constructor Summary
ConstructorsConstructorDescriptionSettings(com.typesafe.config.Config config, ActorSystem.Settings classicSettings, String name) Settings(ActorSystem.Settings settings) -
Method Summary
-
Constructor Details
-
Settings
public Settings(com.typesafe.config.Config config, ActorSystem.Settings classicSettings, String name) -
Settings
-
-
Method Details