Packages

package setup

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class ActorSystemSetup extends AnyRef

    A set of setup settings for programmatic configuration of the actor system.

    A set of setup settings for programmatic configuration of the actor system.

    Constructor is *Internal API*. Use the factory methods ActorSystemSetup#create and akka.actor.Actor#apply to create instances.

  2. abstract class Setup extends AnyRef

    Marker supertype 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 actor system is created with.

Value Members

  1. object ActorSystemSetup

Ungrouped