Property IsPaused
IsPaused
Whether the consumer is paused.
[JsonPropertyName("paused")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool IsPaused { get; set; }
Property Value
Remarks
This feature is only available on NATS server v2.11 and later.