Table of Contents

Class TestActor.SetAutoPilot

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

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.

public class TestActor.SetAutoPilot : INoSerializationVerificationNeeded
Inheritance
TestActor.SetAutoPilot
Implements
INoSerializationVerificationNeeded
Inherited Members

Constructors

SetAutoPilot(AutoPilot)

TBD

public SetAutoPilot(AutoPilot autoPilot)

Parameters

autoPilot AutoPilot

TBD

Properties

AutoPilot

TBD

public AutoPilot AutoPilot { get; }

Property Value

AutoPilot