Class NatsJSOpts
JetStream options to be used within a JetStream context.
public record NatsJSOpts : IEquatable<NatsJSOpts>
- Inheritance
-
NatsJSOpts
- Implements
- Inherited Members
Constructors
Properties
- ApiPrefix
Prefix to prepend to JetStream API subjects. (default: $JS.API)
- DefaultConsumeOpts
Default consume options to be used in consume calls in this context.
- DefaultNextOpts
Default next options to be used in next calls in this context.
- Domain
JetStream domain to use in JetStream API subjects. (default: null)
- DoubleAck
Ask server for an acknowledgment.
- Prefix
Complete prefix to prepend to JetStream API subjects as it's dynamically built from ApiPrefix and Domain properties.