Package org.apache.pekko.actor.setup


package org.apache.pekko.actor.setup
  • Classes
    Class
    Description
    A set of setup settings for programmatic configuration of the actor system.
     
    Marker supertype for a setup part that can be put inside pekko.actor.setup.ActorSystemSetup, if a specific concrete setup is not specified in the actor system setup that means defaults are used (usually from the config file) - no concrete setup instance should be mandatory in the pekko.actor.setup.ActorSystemSetup that an actor system is created with.