Class Settings

java.lang.Object
org.apache.pekko.actor.typed.Settings

public final class Settings extends Object
The configuration settings that were parsed from the config by an ActorSystem. This class is immutable.
  • Constructor Details

  • Method Details

    • RestartStashCapacity

      public int RestartStashCapacity()
    • classicSettings

      public ActorSystem.Settings classicSettings()
    • config

      public com.typesafe.config.Config config()
    • name

      public String name()
    • setup

      public ActorSystemSetup setup()
    • toString

      public String toString()
      Returns the String representation of the Config that this Settings is backed by
      Overrides:
      toString in class Object