Class NatsJSPriorityGroupOpts
Represents options for configuring a priority group within JetStream operations.
public record NatsJSPriorityGroupOpts : IEquatable<NatsJSPriorityGroupOpts>
- Inheritance
-
NatsJSPriorityGroupOpts
- Implements
- Inherited Members
Properties
- Group
Specifies the group name for prioritization in JetStream consumer operations.
- MinAckPending
When specified, this Pull request will only receive messages when the consumer has at least this many ack pending messages.
- MinPending
When specified, this Pull request will only receive messages when the consumer has at least this many pending messages.