Table of Contents

Class KeepRunning

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

When returned by another AutoPilot then TestActor will reuse the AutoPilot for the next message.

public sealed class KeepRunning : AutoPilot
Inheritance
KeepRunning
Inherited Members

Fields

Instance

TBD

public static KeepRunning Instance

Field Value

KeepRunning

Methods

Run(IActorRef, object)

N/A

public override AutoPilot Run(IActorRef sender, object message)

Parameters

sender IActorRef

N/A

message object

N/A

Returns

AutoPilot

N/A

Exceptions

InvalidOperationException

This exception is automatically thrown since calling this function would never occur in normal operation.