Property AckWait
AckWait
How long (in nanoseconds) to allow messages to remain un-acknowledged before attempting redelivery
[JsonPropertyName("ack_wait")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan AckWait { get; set; }