We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b854f commit 8ec62b8Copy full SHA for 8ec62b8
rabbitmq_amqp_python_client/entities.py
@@ -148,10 +148,13 @@ class ExchangeToExchangeBindingSpecification:
148
destination_exchange: str
149
binding_key: Optional[str] = None
150
151
+
152
"""
153
StreamFilterOptions defines the filtering options for a stream consumer.
154
for values and match_unfiltered see: https://www.rabbitmq.com/blog/2023/10/16/stream-filtering
155
156
157
158
class StreamFilterOptions:
159
values: Optional[list[str]] = None
160
match_unfiltered: bool = False
0 commit comments