Table of Contents

Property FlowControl

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

FlowControl

For push consumers this will regularly send an empty mess with Status header 100 and a reply subject, consumers must reply to these messages to control the rate of message delivery

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

Property Value

bool