| ExtendedActorSystemSystemActorOf Method |
| Name | Description | |
|---|---|---|
| SystemActorOfTActor(String) | Creates a new system actor in the "/system" namespace. This actor
will be shut down during system shutdown only after all user actors have
terminated. | |
| SystemActorOf(Props, String) | Creates a new system actor in the "/system" namespace. This actor
will be shut down during system shutdown only after all user actors have
terminated. |