Table of Contents

Property NoWait

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

NoWait

When true a response with a 404 status header will be returned when no messages are available

[JsonPropertyName("no_wait")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoWait { get; set; }

Property Value

bool