public class TestActorRef$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static TestActorRef$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TestActorRef$() |
Modifier and Type | Method and Description |
---|---|
<T extends Actor> |
apply(ActorRef supervisor,
scala.reflect.ClassTag<T> t,
ActorSystem system) |
<T extends Actor> |
apply(ActorRef supervisor,
java.lang.String name,
scala.reflect.ClassTag<T> t,
ActorSystem system) |
<T extends Actor> |
apply(scala.reflect.ClassTag<T> t,
ActorSystem system) |
<T extends Actor> |
apply(scala.Function0<T> factory,
scala.reflect.ClassTag<T> evidence$1,
ActorSystem system) |
<T extends Actor> |
apply(scala.Function0<T> factory,
java.lang.String name,
scala.reflect.ClassTag<T> evidence$2,
ActorSystem system) |
<T extends Actor> |
apply(Props props,
ActorRef supervisor,
ActorSystem system) |
<T extends Actor> |
apply(Props props,
ActorRef supervisor,
java.lang.String name,
ActorSystem system) |
<T extends Actor> |
apply(Props props,
ActorSystem system) |
<T extends Actor> |
apply(Props props,
java.lang.String name,
ActorSystem system) |
<T extends Actor> |
apply(java.lang.String name,
scala.reflect.ClassTag<T> t,
ActorSystem system) |
<T extends Actor> |
create(ActorSystem system,
Props props)
Java API: create a TestActorRef in the given system for the given props,
with a random name.
|
<T extends Actor> |
create(ActorSystem system,
Props props,
ActorRef supervisor)
Java API: create a TestActorRef in the given system for the given props,
with the given supervisor and a random name.
|
<T extends Actor> |
create(ActorSystem system,
Props props,
ActorRef supervisor,
java.lang.String name)
Java API: create a TestActorRef in the given system for the given props,
with the given supervisor and name.
|
<T extends Actor> |
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() |
public static final TestActorRef$ MODULE$
public java.lang.String randomName()
public <T extends Actor> TestActorRef<T> apply(scala.Function0<T> factory, scala.reflect.ClassTag<T> evidence$1, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(scala.Function0<T> factory, java.lang.String name, scala.reflect.ClassTag<T> evidence$2, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(Props props, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(Props props, java.lang.String name, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(Props props, ActorRef supervisor, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(Props props, ActorRef supervisor, java.lang.String name, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(scala.reflect.ClassTag<T> t, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(java.lang.String name, scala.reflect.ClassTag<T> t, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(ActorRef supervisor, scala.reflect.ClassTag<T> t, ActorSystem system)
public <T extends Actor> TestActorRef<T> apply(ActorRef supervisor, java.lang.String name, scala.reflect.ClassTag<T> t, ActorSystem system)
public <T extends Actor> TestActorRef<T> create(ActorSystem system, Props props, ActorRef supervisor, java.lang.String name)
system
- (undocumented)props
- (undocumented)supervisor
- (undocumented)name
- (undocumented)public <T extends Actor> TestActorRef<T> create(ActorSystem system, Props props, ActorRef supervisor)
system
- (undocumented)props
- (undocumented)supervisor
- (undocumented)public <T extends Actor> TestActorRef<T> create(ActorSystem system, Props props, java.lang.String name)
system
- (undocumented)props
- (undocumented)name
- (undocumented)public <T extends Actor> TestActorRef<T> create(ActorSystem system, Props props)
system
- (undocumented)props
- (undocumented)