Search Results for

    Show / Hide Table of Contents

    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 ClusterEvent.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.

    Extension Methods

    ObjectExtensions.IsDefaultForType<ClusterEvent.SubscriptionInitialStateMode>(ClusterEvent.SubscriptionInitialStateMode)
    ObjectExtensions.AsOption<ClusterEvent.SubscriptionInitialStateMode>(ClusterEvent.SubscriptionInitialStateMode)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET