C# Class Akka.Persistence.Tests.PersistentActorSpec.SnapshottingBecomingPersistentActor

Inheritance: SnapshottingPersistentActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

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

Protected Methods

Method Description
ReceiveRecover ( object message ) : bool

Private Methods

Method Description
BecomingCommand ( object message ) : bool
BecomingRecover ( object message ) : bool

Method Details

ReceiveRecover() protected method

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

SnapshottingBecomingPersistentActor() public method

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