final case class Spawn(props: Props, name: Option[String] = None, strategy: Option[SupervisorStrategy] = None) extends NoSerializationVerificationNeeded with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spawn
- Serializable
- Serializable
- Product
- Equals
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Spawn(props: Props, name: Option[String] = None, strategy: Option[SupervisorStrategy] = None)
Value Members
- def apply(context: ActorRefFactory): ActorRef
- val name: Option[String]
- val props: Props
- val strategy: Option[SupervisorStrategy]