C# Class Akka.Persistence.Tests.SnapshotFailureRobustnessSpec.SaveSnapshotTestActor

Inheritance: Akka.Persistence.Tests.NamedPersistentActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
SaveSnapshotTestActor ( string name, IActorRef probe ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool

Method Details

ReceiveCommand() protected method

protected ReceiveCommand ( object message ) : bool
message object
return bool

ReceiveRecover() protected method

protected ReceiveRecover ( object message ) : bool
message object
return bool

SaveSnapshotTestActor() public method

public SaveSnapshotTestActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System