Package akka.remote.testconductor
Class TestConductor
- java.lang.Object
-
- akka.remote.testconductor.TestConductor
-
public class TestConductor extends java.lang.Object
Access to theTestConductorExt
extension:val tc = TestConductor(system) tc.startController(numPlayers) // OR tc.startClient(conductorPort)
-
-
Constructor Summary
Constructors Constructor Description TestConductor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 TestConductorExt
get(ClassicActorSystemProvider system)
static int
hashCode()
static TestConductor$
lookup()
-
-
-
Method Detail
-
lookup
public static TestConductor$ lookup()
-
createExtension
public static TestConductorExt createExtension(ExtendedActorSystem system)
-
get
public static TestConductorExt get(ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.
-
get
public static TestConductorExt get(ClassicActorSystemProvider system)
-
apply
public static TestConductorExt apply(ActorContext ctx)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-