C# Class Akka.Interfaced.Persistence.Tests.TestNotepadActor

Inheritance: InterfacedPersistentActor, INotepad
ファイルを表示 Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
TestNotepadActor ( string id, List eventLog ) : System

Protected Methods

Method Description
OnStart ( bool restarted ) : System.Threading.Tasks.Task

Private Methods

Method Description
INotepad ( ) : System.Threading.Tasks.Task
INotepad ( string message ) : System.Threading.Tasks.Task
INotepad ( ) : Task>
OnRecover ( NotepadClearEvent message ) : void
OnRecover ( NotepadWriteEvent message ) : void
OnRecover ( SnapshotOffer snapshot ) : void

Method Details

OnStart() protected method

protected OnStart ( bool restarted ) : System.Threading.Tasks.Task
restarted bool
return System.Threading.Tasks.Task

TestNotepadActor() public method

public TestNotepadActor ( string id, List eventLog ) : System
id string
eventLog List
return System