Class Subscribe
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Subscribe : IEquatable<Subscribe>
Constructors
|
Improve this Doc
View Source
Declaration
public Subscribe(string topic, IActorRef ref, string group = null)
Parameters
Exceptions
Type |
Condition |
ArgumentException |
This exception is thrown when the specified topic is undefined.
|
Properties
|
Improve this Doc
View Source
Declaration
public string Group { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IActorRef Ref { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Topic { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Subscribe 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