This document describes the current stable version of Kombu (5.0). For development docs, go here.
Abstract Classes - kombu.abstract
¶
Object utilities.
- class kombu.abstract.MaybeChannelBound(*args, **kwargs)[source]¶
Mixin for classes that can be bound to an AMQP channel.
- can_cache_declaration = False¶
Defines whether maybe_declare can skip declaring this entity twice.
- property channel¶
Current channel if the object is bound.
- property is_bound¶
Flag set if the channel is bound.