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