Class TestActor.SetAutoPilot
Message that is supposed to be sent to a TestActor to install an AutoPilot to drive the TestActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc. Each invocation must return the AutoPilot for the next round.
Implements
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestActor.SetAutoPilot : INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceSetAutoPilot(AutoPilot)
TBD
Declaration
public SetAutoPilot(AutoPilot autoPilot)
Parameters
Type | Name | Description |
---|---|---|
AutoPilot | autoPilot | TBD |
Properties
| Edit this page View SourceAutoPilot
TBD
Declaration
public AutoPilot AutoPilot { get; }
Property Value
Type | Description |
---|---|
AutoPilot |