Class PublishWithAck
Inheritance
PublishWithAck
Assembly: Akka.Cluster.Tools.dll
public sealed record PublishWithAck : IDistributedPubSubMessage, IWrappedMessage, IEquatable<PublishWithAck>
Constructors
|
Edit this page
View Source
Declaration
public PublishWithAck(string topic, object message, TimeSpan timeout, bool sendOneMessageToEachGroup = false)
Parameters
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 TimeSpan Timeout { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Topic { get; }
Property Value
Implements
Extension Methods