Class Publish
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Publish : IDistributedPubSubMessage, IEquatable<Publish>, IWrappedMessage
Constructors
|
Improve this Doc
View Source
Declaration
public Publish(string topic, object message, bool sendOneMessageToEachGroup = false)
Parameters
Type |
Name |
Description |
String |
topic |
TBD
|
Object |
message |
TBD
|
Boolean |
sendOneMessageToEachGroup |
TBD
|
Properties
|
Improve this Doc
View Source
Declaration
public object Message { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool SendOneMessageToEachGroup { 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(Publish other)
Parameters
Type |
Name |
Description |
Publish |
other |
|
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