TestFSMRef

org.apache.pekko.testkit.TestFSMRef
See theTestFSMRef companion class
object TestFSMRef

Attributes

Companion
class
Source
TestFSMRef.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestFSMRef.type

Members list

Value members

Concrete methods

def apply[S, D, T <: Actor : ClassTag](factory: => T)(implicit evidence$1: ClassTag[T], ev: T <:< FSM[S, D], system: ActorSystem): TestFSMRef[S, D, T]

Attributes

Source
TestFSMRef.scala
def apply[S, D, T <: Actor : ClassTag](factory: => T, name: String)(implicit evidence$1: ClassTag[T], ev: T <:< FSM[S, D], system: ActorSystem): TestFSMRef[S, D, T]

Attributes

Source
TestFSMRef.scala
def apply[S, D, T <: Actor : ClassTag](factory: => T, supervisor: ActorRef, name: String)(implicit evidence$1: ClassTag[T], ev: T <:< FSM[S, D], system: ActorSystem): TestFSMRef[S, D, T]

Attributes

Source
TestFSMRef.scala
def apply[S, D, T <: Actor : ClassTag](factory: => T, supervisor: ActorRef)(implicit evidence$1: ClassTag[T], ev: T <:< FSM[S, D], system: ActorSystem): TestFSMRef[S, D, T]

Attributes

Source
TestFSMRef.scala