C# 클래스 Akka.Cluster.Sharding.Tests.Counter

상속: PersistentActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 프로퍼티들

프로퍼티 타입 설명
ExtractEntityId IdExtractor
ExtractShardId ShardResolver

공개 메소드들

메소드 설명
Counter ( ) : System

보호된 메소드들

메소드 설명
PostStop ( ) : void
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool

비공개 메소드들

메소드 설명
UpdateState ( CounterChanged e ) : void

메소드 상세

Counter() 공개 메소드

public Counter ( ) : System
리턴 System

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

ReceiveCommand() 보호된 메소드

protected ReceiveCommand ( object message ) : bool
message object
리턴 bool

ReceiveRecover() 보호된 메소드

protected ReceiveRecover ( object message ) : bool
message object
리턴 bool

프로퍼티 상세

ExtractEntityId 공개적으로 정적으로 프로퍼티

public static IdExtractor ExtractEntityId
리턴 IdExtractor

ExtractShardId 공개적으로 정적으로 프로퍼티

public static ShardResolver ExtractShardId
리턴 ShardResolver