Class PublishSucceeded
Inherited Members
Namespace: Akka.Cluster.Tools.PublishSubscribe
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed record PublishSucceeded : IPublishResponse, IDeadLetterSuppression, IEquatable<PublishSucceeded>
Constructors
| Edit this page View SourcePublishSucceeded(PublishWithAck)
Declaration
public PublishSucceeded(PublishWithAck Message)
Parameters
Type | Name | Description |
---|---|---|
PublishWithAck | Message |
Properties
| Edit this page View SourceMessage
Declaration
public PublishWithAck Message { get; init; }
Property Value
Type | Description |
---|---|
PublishWithAck |