Skip to content

QueueClassicTypeSpecificArgs

faststream.rabbit.schemas.queue.QueueClassicTypeSpecificArgs module-attribute #

QueueClassicTypeSpecificArgs = TypedDict(
    "QueueClassicTypeSpecificArgs",
    {
        "x-overflow": Literal[
            "drop-head",
            "reject-publish",
            "reject-publish-dlx",
        ]
    },
    total=False,
)