akka.testkit
Class TestActorRef$
java.lang.Object
akka.testkit.TestActorRef$
- All Implemented Interfaces:
- java.io.Serializable
public class TestActorRef$
- extends java.lang.Object
- implements scala.Serializable
- See Also:
- Serialized Form
Field Summary |
static TestActorRef$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Method Summary |
|
apply(scala.reflect.ClassTag<T> t,
ActorSystem system)
|
|
apply(scala.Function0<T> factory,
scala.reflect.ClassTag<T> evidence$1,
ActorSystem system)
|
|
apply(scala.Function0<T> factory,
java.lang.String name,
scala.reflect.ClassTag<T> evidence$2,
ActorSystem system)
|
|
apply(Props props,
ActorRef supervisor,
java.lang.String name,
ActorSystem system)
|
|
apply(Props props,
ActorSystem system)
|
|
apply(Props props,
java.lang.String name,
ActorSystem system)
|
|
apply(java.lang.String name,
scala.reflect.ClassTag<T> t,
ActorSystem system)
|
|
create(ActorSystem system,
Props props)
Java API: create a TestActorRef in the given system for the given props,
with a random name. |
|
create(ActorSystem system,
Props props,
java.lang.String name)
Java API: create a TestActorRef in the given system for the given props,
with the given name. |
java.lang.String |
randomName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODULE$
public static final TestActorRef$ MODULE$
- Static reference to the singleton instance of this Scala object.
TestActorRef$
public TestActorRef$()
randomName
public java.lang.String randomName()
apply
public <T extends Actor> TestActorRef<T> apply(scala.Function0<T> factory,
scala.reflect.ClassTag<T> evidence$1,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(scala.Function0<T> factory,
java.lang.String name,
scala.reflect.ClassTag<T> evidence$2,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(Props props,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(Props props,
java.lang.String name,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(Props props,
ActorRef supervisor,
java.lang.String name,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(scala.reflect.ClassTag<T> t,
ActorSystem system)
apply
public <T extends Actor> TestActorRef<T> apply(java.lang.String name,
scala.reflect.ClassTag<T> t,
ActorSystem system)
create
public <T extends Actor> TestActorRef<T> create(ActorSystem system,
Props props,
java.lang.String name)
- Java API: create a TestActorRef in the given system for the given props,
with the given name.
- Parameters:
system
- (undocumented)props
- (undocumented)name
- (undocumented)
- Returns:
- (undocumented)
create
public <T extends Actor> TestActorRef<T> create(ActorSystem system,
Props props)
- Java API: create a TestActorRef in the given system for the given props,
with a random name.
- Parameters:
system
- (undocumented)props
- (undocumented)
- Returns:
- (undocumented)