C# Class Akka.Persistence.Tests.BehaviorOneActor

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

Public Methods

Method Description
BehaviorOneActor ( string name ) : System

Protected Methods

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

Method Details

BehaviorOneActor() public method

public BehaviorOneActor ( 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

OnPersistRejected() protected method

protected OnPersistRejected ( 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

Receiver() protected method

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