Part of lp.services.messaging.interfaces View In Hierarchy
| Bool | is_connected | Undocumented |
| Method | connect | Connect to the messaging system. |
| Method | disconnect | Disconnect from the messaging system. |
| Method | flush | Run deferred tasks. |
| Method | finish | Flush the session and reset. |
| Method | reset | Reset the session. |
| Method | defer | Schedule something to happen when this session is finished. |
| Method | getProducer | Get a IMessageProducer associated with this session. |
| Method | getConsumer | Get a IMessageConsumer associated with this session. |
If the session is already connected this should be a no-op.