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

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

Public Methods

Method Description
AsyncPersistActor ( string name ) : System

Protected Methods

Method Description
OnPersistFailure ( Exception cause, object @event, long sequenceNr ) : void
ReceiveCommand ( object message ) : bool

Method Details

AsyncPersistActor() public method

public AsyncPersistActor ( string name ) : System
name string
return System

OnPersistFailure() protected method

protected OnPersistFailure ( Exception cause, object @event, long sequenceNr ) : void
cause System.Exception
@event object
sequenceNr long
return void

ReceiveCommand() protected method

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