Class NoAutoPilot
When returned by another AutoPilot then no action will be performed by the TestActor for the next message. This is the default AutoPilot used by AutoPilot.
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class NoAutoPilot : AutoPilot
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static NoAutoPilot Instance
Field Value
Type | Description |
---|---|
NoAutoPilot |
Methods
| Improve this Doc View SourceRun(IActorRef, Object)
TBD
Declaration
public override AutoPilot Run(IActorRef sender, object message)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | sender | TBD |
Object | message | TBD |
Returns
Type | Description |
---|---|
AutoPilot | TBD |