C# Class Akka.Cluster.ClusterEvent

Domain events published to the event bus. Subscribe with: {{{ Cluster(system).subscribe(actorRef, classOf[ClusterDomainEvent]) }}}
Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
InitialStateAsEvents SubscriptionInitialStateMode
InitialStateAsSnapshot SubscriptionInitialStateMode

Private Methods

Method Description
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

Property Details

InitialStateAsEvents public static property

public static SubscriptionInitialStateMode InitialStateAsEvents
return SubscriptionInitialStateMode

InitialStateAsSnapshot public static property

public static SubscriptionInitialStateMode InitialStateAsSnapshot
return SubscriptionInitialStateMode