public class TestConductor extends java.lang.Object implements akka.actor.ExtensionId<TestConductorExt>, akka.actor.ExtensionIdProvider
TestConductorExt
extension:
val tc = TestConductor(system)
tc.startController(numPlayers)
// OR
tc.startClient(conductorPort)
Constructor and Description |
---|
TestConductor() |
Modifier and Type | Method and Description |
---|---|
static TestConductorExt |
apply(akka.actor.ActorContext ctx) |
static TestConductorExt |
createExtension(akka.actor.ExtendedActorSystem system) |
static TestConductorExt |
get(akka.actor.ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.
|
static TestConductor$ |
lookup() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static TestConductor$ lookup()
public static TestConductorExt createExtension(akka.actor.ExtendedActorSystem system)
public static TestConductorExt get(akka.actor.ActorSystem system)
system
- (undocumented)public static TestConductorExt apply(akka.actor.ActorContext ctx)