Class TestConductor

java.lang.Object
org.apache.pekko.remote.testconductor.TestConductor

public class TestConductor extends Object
Access to the pekko.remote.testconductor.TestConductorExt extension:


 val tc = TestConductor(system)
 tc.startController(numPlayers)
 // OR
 tc.startClient(conductorPort)