Table of Contents

Class PubAckResponse

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

A response received when publishing a message

public record PubAckResponse : IEquatable<PubAckResponse>
Inheritance
PubAckResponse
Implements
Inherited Members
Extension Methods

Properties

Domain

If the Stream accepting the message is in a JetStream server configured for a domain this would be that domain

Duplicate

Indicates that the message was not stored due to the Nats-Msg-Id header and duplicate tracking

Error
Seq

If successful this will be the sequence the message is stored at

Stream

The name of the stream that received the message

Value

Contains the current counter value when publishing messages with counter headers. This property is used in the context of the message counter feature.