public abstract class ActorBase
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
ActorBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createChild(CreateChildActorMessage message)
Creates a child actor and sends the ActorRef back to the parent.
|
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledprotected void createChild(CreateChildActorMessage message)
message - Copyright © 2018. All rights reserved.