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
| Improve this Doc View SourceCreateExtension(ExtendedActorSystem)
Declaration
public override TestConductor CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system |
Returns
Type | Description |
---|---|
TestConductor |
Overrides
Akka.Actor.ExtensionIdProvider<Akka.Remote.TestKit.TestConductor>.CreateExtension(Akka.Actor.ExtendedActorSystem)