Class Publish
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Publish : IDistributedPubSubMessage, IEquatable<Publish>, IWrappedMessage
Constructors
|
Edit this page
View Source
Declaration
public Publish(string topic, object message, bool sendOneMessageToEachGroup = false)
Parameters
Type |
Name |
Description |
string |
topic |
TBD
|
object |
message |
TBD
|
bool |
sendOneMessageToEachGroup |
TBD
|
Properties
|
Edit this page
View Source
Declaration
public object Message { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool SendOneMessageToEachGroup { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Topic { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool Equals(Publish other)
Parameters
Type |
Name |
Description |
Publish |
other |
|
Returns
|
Edit this page
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods