| Package | Description |
|---|---|
| eu.vicci.process.actors |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActorBase.createChild(CreateChildActorMessage message)
Creates a child actor and sends the ActorRef back to the parent.
|
akka.actor.ActorRef |
ProcessExecutionMasterActor.createChildActor(akka.actor.ActorRef parent,
CreateChildActorMessage message) |
akka.actor.ActorRef |
IProcessExecutionMasterActor.createChildActor(akka.actor.ActorRef parent,
CreateChildActorMessage message)
Creates a child Actor and return its reference.
|
Copyright © 2018. All rights reserved.