Open bodograumann opened 1 year ago
There is a default_exchange declared on the Channel: https://github.com/mosquito/aio-pika/blob/8080b903a53374a72a5c7db32a851baad4cbbabc/aio_pika/channel.py#L189-L198 It is also used in a lot of examples.
default_exchange
However it is not included in the API docs or in the types.
@bodograumann it's just sugar. Do you want to add it to the types or in the API docs?
Yes I think it would be a good idea. I'll send a PR.
There is a
default_exchange
declared on the Channel: https://github.com/mosquito/aio-pika/blob/8080b903a53374a72a5c7db32a851baad4cbbabc/aio_pika/channel.py#L189-L198 It is also used in a lot of examples.However it is not included in the API docs or in the types.