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)
Modifier and Type | Field and Description |
---|---|
static TestConductor$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TestConductor$() |
Modifier and Type | Method and Description |
---|---|
TestConductorExt |
apply(akka.actor.ActorContext ctx) |
TestConductorExt |
createExtension(akka.actor.ExtendedActorSystem system) |
TestConductorExt |
get(akka.actor.ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.
|
TestConductor$ |
lookup() |
public static final TestConductor$ MODULE$
public TestConductor$ lookup()
lookup
in interface akka.actor.ExtensionIdProvider
public TestConductorExt createExtension(akka.actor.ExtendedActorSystem system)
createExtension
in interface akka.actor.ExtensionId<TestConductorExt>
public TestConductorExt get(akka.actor.ActorSystem system)
get
in interface akka.actor.ExtensionId<TestConductorExt>
system
- (undocumented)public TestConductorExt apply(akka.actor.ActorContext ctx)