Package akka.remote.testconductor
Class TestConductor
- java.lang.Object
-
- akka.remote.testconductor.TestConductor
-
public class TestConductor extends java.lang.ObjectAccess to theTestConductorExtextension: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 TestConductorExtapply(ActorContext ctx)static TestConductorExtcreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static TestConductorExtget(ActorSystem system)Java API: retrieve the TestConductor extension for the given system.static TestConductorExtget(ClassicActorSystemProvider system)static inthashCode()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)
-
-