C# Class Akka.Cluster.Sharding.Tests.Counter

Inheritance: PersistentActor
Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
ExtractEntityId IdExtractor
ExtractShardId ShardResolver

Public Methods

Method Description
Counter ( ) : System

Protected Methods

Method Description
PostStop ( ) : void
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool

Private Methods

Method Description
UpdateState ( CounterChanged e ) : void

Method Details

Counter() public method

public Counter ( ) : System
return System

PostStop() protected method

protected PostStop ( ) : void
return void

ReceiveCommand() protected method

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

ReceiveRecover() protected method

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

Property Details

ExtractEntityId public_oe static_oe property

public static IdExtractor ExtractEntityId
return IdExtractor

ExtractShardId public_oe static_oe property

public static ShardResolver ExtractShardId
return ShardResolver