carrot.backends

Working with Backends.

carrot.backends.get_backend_cls(backend=None)

Get backend class by name.

The backend string is the full path to a backend class, e.g.:

"carrot.backends.pyamqplib.Backend"

If the name does not include “.” (is not fully qualified), the alias table will be consulted.

Previous topic

carrot.messaging

Next topic

carrot.backends.base

This Page