public class TestConductor$ extends java.lang.Object implements ExtensionId<TestConductorExt>, 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(ActorContext ctx) |
TestConductorExt |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
TestConductorExt |
get(ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.
|
TestConductor$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, equals, hashCode
public static final TestConductor$ MODULE$
public TestConductor$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public TestConductorExt createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<TestConductorExt>
system
- (undocumented)public TestConductorExt get(ActorSystem system)
get
in interface ExtensionId<TestConductorExt>
system
- (undocumented)public TestConductorExt apply(ActorContext ctx)