Mixin Classes - kombu.mixins

kombu.mixins

Useful mixin classes.

copyright:
  1. 2009 - 2011 by Ask Solem.
license:

BSD, see LICENSE for more details.

class kombu.mixins.ConsumerMixin
Consumer(*args, **kwds)
consume(limit=None, timeout=None, safety_interval=1, **kwargs)
error(msg, *args)
extra_context(*args, **kwds)
get_consumers(Consumer, channel)
info(msg, *args)
on_connection_error(exc, interval)
on_connection_revived()
on_consume_ready(connection, channel)
on_iteration()
restart_limit
run()

Table Of Contents

Previous topic

Common Utilities - kombu.common

Next topic

Clocks and Synchronization - kombu.clocks

This Page