Home | Trees | Indices | Help |
|
---|
|
messaging.endpoint.Endpoint --+ | messaging.consumer.Consumer --+ | messaging.consumer.EventConsumer --+ | EventDispatcher
The main event dispatcher. Dispatches events by subject to the registered handler.
|
|||
|
|||
|
|||
|
|||
Inherited from messaging.consumer.EventConsumer | |||
---|---|---|---|
|
|||
Inherited from messaging.consumer.Consumer | |||
str |
|
||
str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from messaging.endpoint.Endpoint | |||
|
|||
|
|||
|
|||
|
|||
Connection |
|
||
qpid.messaging.Session |
|
|
|||
|
|||
|
|||
tuple (inst,method) |
|
||
Inherited from messaging.endpoint.Endpoint | |||
---|---|---|---|
|
|
|||
dict |
handlers = {} Registered event handler classes. |
||
Inherited from messaging.endpoint.Endpoint | |||
---|---|---|---|
LOCALHOST = 'tcp://localhost:5672'
|
|||
Connection |
connectons An AMQP connection. |
|
|||
Inherited from messaging.endpoint.Endpoint | |||
---|---|---|---|
str |
uuid The unique endpoint id. |
|
|
Start processing messages on the queue.
|
Register a handler.
|
Get a handler class associated with the specified entity.
|
Entry point (callback) for received AMQP events. The event is dispatched to the registered handler and the inbound method is called.
|
|
handlersRegistered event handler classes. Key: entity.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:33 2010 | http://epydoc.sourceforge.net |