Table of Contents

Class NatsJSPubOpts

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll
public record NatsJSPubOpts : NatsPubOpts, IEquatable<NatsPubOpts>, IEquatable<NatsJSPubOpts>
Inheritance
NatsJSPubOpts
Implements
Inherited Members

Fields

Default

Properties

ExpectedLastMsgId
ExpectedLastSequence
ExpectedLastSubjectSequence
ExpectedLastSubjectSequenceSubject

Specifies the duration to wait between retry attempts for a failed publish operation. See RetryAttempts for the number of retry attempts.

ExpectedStream
MsgId
RetryAttempts

Specifies the number of retry attempts to publish a message when a "NoResponders" error occurs. The value defines how many additional attempts will be made after the initial publish attempt. Default is not to retry (one attempt total).

RetryWaitBetweenAttempts

Specifies the duration to wait between retry attempts for a failed publish operation. See RetryAttempts for the number of retry attempts.