This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.3.
Abstract Classes - kombu.abstract
¶
Object utilities.
- class kombu.abstract.MaybeChannelBound(*args: Any, **kwargs: Any)[source]¶
Mixin for classes that can be bound to an AMQP channel.
- bind(channel: Channel | Connection) _MaybeChannelBoundType [source]¶
Create copy of the instance that is bound to a channel.
- can_cache_declaration = False¶
Defines whether maybe_declare can skip declaring this entity twice.
- maybe_bind(channel: Channel | Connection) _MaybeChannelBoundType [source]¶
Bind instance to channel if not already bound.