Class ClusterEvent.RoleLeaderChanged
First member (leader) of the members within a role set changed.
Published when the state change is first seen on a node.
Inheritance
ClusterEvent.RoleLeaderChanged
Assembly: Akka.Cluster.dll
Syntax
public sealed class RoleLeaderChanged : ClusterEvent.IClusterDomainEvent, IDeadLetterSuppression
Constructors
|
Improve this Doc
View Source
RoleLeaderChanged(String, Address)
Declaration
public RoleLeaderChanged(string role, Address leader)
Parameters
Properties
|
Improve this Doc
View Source
Leader
Address of current leader, or null if none
Declaration
public Address Leader { get; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods