DeclaredQos

data class DeclaredQos(val count: UShort, val global: Boolean)

Sets a prefetch limit when consuming messages. No more messages will be delivered to the consumer until one or more messages have been acknowledged or rejected.

Constructors

Link copied to clipboard
constructor(count: UShort, global: Boolean)

Properties

Link copied to clipboard

Size of the limit.

Link copied to clipboard

Whether the limit will be shared across all consumers on the channel.