C# 클래스 Akka.Cluster.ClusterEvent

Domain events published to the event bus. Subscribe with: {{{ Cluster(system).subscribe(actorRef, classOf[ClusterDomainEvent]) }}}
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InitialStateAsEvents SubscriptionInitialStateMode
InitialStateAsSnapshot SubscriptionInitialStateMode

비공개 메소드들

메소드 설명
CollectMemberEvents ( IEnumerable members ) : IEnumerable
DiffLeader ( Gossip oldGossip, Gossip newGossip, UniqueAddress selfUniqueAddress ) : ImmutableList
DiffMemberEvents ( Gossip oldGossip, Gossip newGossip ) : ImmutableList
DiffReachability ( Gossip oldGossip, Gossip newGossip ) : ImmutableList
DiffReachable ( Gossip oldGossip, Gossip newGossip ) : ImmutableList
DiffRolesLeader ( Gossip oldGossip, Gossip newGossip, UniqueAddress selfUniqueAddress ) : ImmutableHashSet
DiffSeen ( Gossip oldGossip, Gossip newGossip, UniqueAddress selfUniqueAddres ) : ImmutableList
DiffUnreachable ( Gossip oldGossip, Gossip newGossip ) : ImmutableList
InternalDiffRolesLeader ( Gossip oldGossip, Gossip newGossip, UniqueAddress selfUniqueAddress ) : IEnumerable

프로퍼티 상세

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

public static SubscriptionInitialStateMode InitialStateAsEvents
리턴 SubscriptionInitialStateMode

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

public static SubscriptionInitialStateMode InitialStateAsSnapshot
리턴 SubscriptionInitialStateMode