Enum ClusterEvent.SubscriptionInitialStateMode
The mode for getting the current state of the cluster upon first subscribing.
Namespace: Akka.Cluster
Assembly: Akka.Cluster.dll
Syntax
public enum SubscriptionInitialStateMode
Fields
Name | Description |
---|---|
InitialStateAsEvents | When using this subscription mode the events corresponding to the current state will be sent to the subscriber to mimic what you would have seen if you were listening to the events when they occurred in the past. |
InitialStateAsSnapshot | When using this subscription mode a snapshot of ClusterEvent.CurrentClusterState will be sent to the subscriber as the first message. |