Class TestConductor
java.lang.Object
org.apache.pekko.remote.testconductor.TestConductor
Access to the
pekko.remote.testconductor.TestConductorExt
extension:
val tc = TestConductor(system)
tc.startController(numPlayers)
// OR
tc.startClient(conductorPort)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestConductorExt
apply
(ActorContext ctx) static TestConductorExt
createExtension
(ExtendedActorSystem system) static final boolean
static TestConductorExt
get
(ActorSystem system) Java API: retrieve the TestConductor extension for the given system.static TestConductorExt
get
(ClassicActorSystemProvider system) static final int
hashCode()
static TestConductor$
lookup()
-
Constructor Details
-
TestConductor
public TestConductor()
-
-
Method Details
-
lookup
-
createExtension
-
get
Java API: retrieve the TestConductor extension for the given system. -
get
-
apply
-
hashCode
public static final int hashCode() -
equals
-