Search Results for

    Show / Hide Table of Contents

    Class ClusterEvent

    Domain events published to the event bus. Subscribe with:

    var cluster = new Cluster(system);
    cluster.Subscribe(actorRef, typeof(IClusterDomainEvent));
    Inheritance
    object
    ClusterEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster
    Assembly: Akka.Cluster.dll
    Syntax
    public class ClusterEvent

    Fields

    | Edit this page View Source

    InitialStateAsEvents

    Get the current state of the cluster played back as a series of ClusterEvent.IMemberEvent and ClusterEvent.IReachabilityEvent messages.

    Declaration
    public static readonly ClusterEvent.SubscriptionInitialStateMode InitialStateAsEvents
    Field Value
    Type Description
    ClusterEvent.SubscriptionInitialStateMode
    | Edit this page View Source

    InitialStateAsSnapshot

    Get the initial state as a ClusterEvent.CurrentClusterState message.

    Declaration
    public static readonly ClusterEvent.SubscriptionInitialStateMode InitialStateAsSnapshot
    Field Value
    Type Description
    ClusterEvent.SubscriptionInitialStateMode

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    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