C# Класс Akka.Cluster.ClusterEvent

Domain events published to the event bus. Subscribe with: {{{ Cluster(system).subscribe(actorRef, classOf[ClusterDomainEvent]) }}}
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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