Package akka.actor.setup
-
Class Summary Class Description ActorSystemSetup A set of setup settings for programmatic configuration of the actor system.ActorSystemSetup$ Setup Marker supertype for a setup part that can be put insideActorSystemSetup
, 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 theActorSystemSetup
that an actor system is created with.