object ActorSystemHolder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorSystemHolder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
clearActors(): Unit
Clears all the actors of the actor system.
-
def
createActor(server: Server): ActorRef
Creates a new ServerActor that refers to the input server object
Creates a new ServerActor that refers to the input server object
- server
The input server object that the new actor will refer to.
- returns
The ActorRef
-
def
createActor(client: Client): ActorRef
Creates a new ClientActor that refers to the input client object
Creates a new ClientActor that refers to the input client object
- client
The input client object that the new actor will refer to.
- returns
The ActorRef
-
def
getSystem: ActorSystem
Gets the actor system.
Gets the actor system.
- returns
The actor system.
-
def
kill(): Unit
Kills this instance.
-
def
stopActor(actorRef: ActorRef): Unit
Stops an actor.
Stops an actor.
- actorRef
The actor ref.
-
def
systemAddress: Address
Gets the actor system network information.
Gets the actor system network information.
- returns
The network information of the system as Address object.