Namespace Akka.Actor.Setup
Classes
ActorSystemSetup
A set of setup classes to allow for programmatic configuration of the ActorSystem
Setup
Marker base class for a setup part that can be put inside 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 ActorSystemSetup that an ActorSystem is created with.