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

Inheritance: Akka.Persistence.Tests.NamedPersistentActor
Afficher le fichier Open project: rogeralsing/akka.net

Protected Properties

Свойство Type Description
AskedForDelete IActorRef
Events LinkedList
UpdateStateHandler Action

Méthodes protégées

Méthode Description
CommonBehavior ( object message ) : bool
ExamplePersistentActor ( string name ) : System
ReceiveRecover ( object message ) : bool
UpdateState ( object message ) : bool

Method Details

CommonBehavior() protected méthode

protected CommonBehavior ( object message ) : bool
message object
Résultat bool

ExamplePersistentActor() protected méthode

protected ExamplePersistentActor ( string name ) : System
name string
Résultat System

ReceiveRecover() protected méthode

protected ReceiveRecover ( object message ) : bool
message object
Résultat bool

UpdateState() protected méthode

protected UpdateState ( object message ) : bool
message object
Résultat bool

Property Details

AskedForDelete protected_oe property

protected IActorRef AskedForDelete
Résultat IActorRef

Events protected_oe property

protected LinkedList Events
Résultat LinkedList

UpdateStateHandler protected_oe property

protected Action UpdateStateHandler
Résultat Action