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 SetAutoPilot : INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceSetAutoPilot(AutoPilot)
TBD
Declaration
public SetAutoPilot(AutoPilot autoPilot)
Parameters
Type | Name | Description |
---|---|---|
AutoPilot | autoPilot | TBD |
Properties
| Improve this Doc View SourceAutoPilot
TBD
Declaration
public AutoPilot AutoPilot { get; }
Property Value
Type | Description |
---|---|
AutoPilot |