Class ConsumerGetnextRequest
A request to the JetStream $JS.API.CONSUMER.MSG.NEXT API
public record ConsumerGetnextRequest : IEquatable<ConsumerGetnextRequest>
- Inheritance
-
ConsumerGetnextRequest
- Implements
- Inherited Members
Properties
- Batch
How many messages the server should deliver to the requestor
- Expires
A duration from now when the pull should expire, stated in nanoseconds, 0 for no expiry
- Group
Priority group.
- Id
Priority group ID.
- IdleHeartbeat
When not 0 idle heartbeats will be sent on this interval
- MaxBytes
Sends at most this many bytes to the requestor, limited by consumer configuration max_bytes
- MinAckPending
Priority group minimum ACK pending messages.
- MinPending
Priority group minimum pending messages.
- NoWait
When true a response with a 404 status header will be returned when no messages are available