ActorSystem

cc.otavia.core.system.ActorSystem
See theActorSystem companion trait
object ActorSystem

Attributes

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

Members list

Value members

Concrete methods

Create an ActorSystem instance with default name DEFAULT_SYSTEM_NAME.

Create an ActorSystem instance with default name DEFAULT_SYSTEM_NAME.

Attributes

Returns

ActorSystem instance.

def apply(name: String): ActorSystem

Create an ActorSystem instance with name.

Create an ActorSystem instance with name.

Value parameters

name

name of the ActorSystem.

Attributes

Returns

ActorSystem instance.

Get the only instance that has been created, if not created, creating it and return it.

Get the only instance that has been created, if not created, creating it and return it.

Attributes