Package

akka.actor

setup

Permalink

package setup

Visibility
  1. Public
  2. All

Type Members

  1. final class ActorSystemSetup extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink

Ungrouped