CommonQueueArgs
faststream.rabbit.schemas.queue.CommonQueueArgs
module-attribute
#
CommonQueueArgs = TypedDict(
"CommonQueueArgs",
{
"x-queue-leader-locator": Literal[
"client-local", "balanced"
],
"x-max-length-bytes": int,
},
total=False,
)