Class ClusterClient.Send
The message will be delivered to one recipient with a matching path, if any such
exists. If several entries match the path the message will be delivered
to one random destination. The sender of the message can specify that local
affinity is preferred, i.e. the message is sent to an actor in the same local actor
system as the used receptionist actor, if any such exists, otherwise random to any other
matching entry.
Inheritance
ClusterClient.Send
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Send : IClusterClientProtocolMessage, IEquatable<ClusterClient.Send>
Constructors
|
Improve this Doc
View Source
Declaration
public Send(string path, object message, bool localAffinity = false)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public bool LocalAffinity { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public object Message { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Path { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(ClusterClient.Send 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
Implements
Extension Methods