StreamQueueSpecificArgs
faststream.rabbit.schemas.queue.StreamQueueSpecificArgs
module-attribute
#
StreamQueueSpecificArgs = TypedDict(
"StreamQueueSpecificArgs",
{
"x-max-age": str,
"x-stream-max-segment-size-bytes": int,
"x-stream-filter-size-bytes": int,
"x-initial-cluster-size": int,
},
total=False,
)