Class NatsJSPubOpts
public record NatsJSPubOpts : NatsPubOpts, IEquatable<NatsPubOpts>, IEquatable<NatsJSPubOpts>
- Inheritance
-
NatsJSPubOpts
- Implements
- Inherited Members
Fields
Properties
- ExpectedLastSubjectSequenceSubject
Specifies the duration to wait between retry attempts for a failed publish operation. See RetryAttempts for the number of retry attempts.
- 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.