Class CurrentTopics
Inheritance
CurrentTopics
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class CurrentTopics : IEquatable<CurrentTopics>
Constructors
|
Improve this Doc
View Source
Declaration
public CurrentTopics(IImmutableSet<string> topics)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableSet<String> |
topics |
TBD
|
Properties
|
Improve this Doc
View Source
Declaration
public IImmutableSet<string> Topics { get; }
Property Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<String> |
|
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(CurrentTopics other)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods