Connection Adapters

Pika uses connection adapters to provide a flexible method for adapting pika’s core communication to different IOLoop implementations. In addition to asynchronous adapters, there is the BlockingConnection adapter that provides a more idomatic procedural approach to using Pika.

Table Of Contents

Previous topic

Core Class and Module Documentation

Next topic

BlockingConnection

This Page