Table of Contents

Class NatsJSNextOpts

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

Consumer next method options.

public record NatsJSNextOpts : IEquatable<NatsJSNextOpts>
Inheritance
NatsJSNextOpts
Implements
Inherited Members

Properties

Expires

Amount of time to wait for the request to expire (in nanoseconds)

IdleHeartbeat

Amount idle time the server should wait before sending a heartbeat. For requests with expires > 30s, heartbeats should be enabled by default

NotificationHandler
PriorityGroup

Optional priority group configuration used for consuming messages. Defines a group name and constraints for minimum pending messages and acknowledgments.