public class TestConductor
extends java.lang.Object
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(ActorContext ctx) |
static TestConductorExt |
createExtension(ExtendedActorSystem system) |
static boolean |
equals(java.lang.Object other) |
static TestConductorExt |
get(ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.
|
static int |
hashCode() |
static TestConductor$ |
lookup() |
public static TestConductor$ lookup()
public static TestConductorExt createExtension(ExtendedActorSystem system)
public static TestConductorExt get(ActorSystem system)
system
- (undocumented)public static TestConductorExt apply(ActorContext ctx)
public static final int hashCode()
public static final boolean equals(java.lang.Object other)