ConnectionHub

Instances of this class represent a logical connection, and can be consumed by a variety of classes or items.

Connections are registered the process, or for the individual thread. The thread-level connections always take precedence over the process-level connections.


Methods

f __init__(self, name=None) ...

f make_connection(self, conn_or_uri) ...

f push_thread_conn(self, conn) ...

f pop_thread_conn(self, conn=None) ...

f push_process_conn(self, conn) ...

f pop_process_conn(self, conn=None) ...

See the source for more information.