Spawn

org.apache.pekko.testkit.TestActor$.Spawn
final case class Spawn(props: Props, name: Option[String], strategy: Option[SupervisorStrategy]) extends NoSerializationVerificationNeeded

Attributes

Source
TestKit.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(context: ActorRefFactory): ActorRef

Attributes

Source
TestKit.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product