public static class SpawnEvents.SpawnRequest extends Ask implements SpawnEvents
SpawnEvents.SpawnRequest, SpawnEvents.SpawnResponse| Constructor and Description |
|---|
SpawnRequest(akka.actor.typed.ActorRef<SpawnEvents.SpawnResponse> sender,
Receptor<?,?> child,
java.lang.String name,
akka.actor.typed.Props props) |
| Modifier and Type | Method and Description |
|---|---|
Receptor<?,?> |
getChild() |
java.lang.String |
getName() |
akka.actor.typed.Props |
getProps() |
public SpawnRequest(akka.actor.typed.ActorRef<SpawnEvents.SpawnResponse> sender, Receptor<?,?> child, java.lang.String name, akka.actor.typed.Props props)
public Receptor<?,?> getChild()
public java.lang.String getName()
public akka.actor.typed.Props getProps()