Property Ack
Ack
Whether the consumer should ack the message or not.
[JsonPropertyName("ack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Ack { get; set; }
Property Value
- bool?
Whether the consumer should ack the message or not.
[JsonPropertyName("ack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Ack { get; set; }