Class TestConductorExtension
Access to the TestConductor extension:
{{{ var tc = TestConductor(system) tc.StartController(numPlayers) OR tc.StartClient(conductorPort) }}}
Inherited Members
Namespace: Akka.Remote.TestKit
Assembly: Akka.Remote.TestKit.dll
Syntax
public class TestConductorExtension : ExtensionIdProvider<TestConductor>, IExtensionId<TestConductor>, IExtensionId
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override TestConductor CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
TestConductor | The extension created using the given actor system. |