ActorSystemProvider

play.api.libs.concurrent.ActorSystemProvider
See theActorSystemProvider companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ApplicationShutdownReason extends Reason

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Reason
class Object
trait Matchable
class Any
Show all
Self type

Types

type StopHook = () => Future[_]

Value members

Concrete methods

def start(classLoader: ClassLoader, config: Configuration, additionalSetups: Setup*): ActorSystem

Start an ActorSystem, using the given configuration, ClassLoader, and optional additional ActorSystem Setups.

Start an ActorSystem, using the given configuration, ClassLoader, and optional additional ActorSystem Setups.

Attributes

Returns

The ActorSystem and a function that can be used to stop it.