public class Spawn<T,B extends Receptor<T,B>>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected akka.actor.typed.Behavior<T> |
setup(B common) |
akka.actor.typed.ActorRef<T> |
spawn(B common)
Note, the factory is called in a separated thread.
|
B |
spawnNow(B common) |
Spawn<T,B> |
withName(java.lang.String name) |
Spawn<T,B> |
withProps(akka.actor.typed.Props props) |